--- deliantra/server/common/object.C 2007/07/21 18:01:25 1.167 +++ deliantra/server/common/object.C 2007/08/04 22:23:47 1.173 @@ -962,6 +962,12 @@ if (destroy_inventory) destroy_inv (false); + if (is_head ()) + if (sound_destroy) + play_sound (sound_destroy); + else if (flag [FLAG_MONSTER]) + play_sound (sound_find ("monster_destroy")); // quick hack, too lazy to create a generic mechanism + attachable::destroy (); } @@ -2730,4 +2736,3 @@ insert (force); } -