mattgodbolt / xania

Xania MUD source
Other
58 stars 13 forks source link

implement do_crush() and do_tail() #258

Open snellers opened 3 years ago

snellers commented 3 years ago

mob_hit() features cases for NPC tail and crush attacks but these seem to be unimplemented at the moment. This is for introducing those. We should also scan the db to find which mobs have these offensive flags already set and adjust as needed.