--- deliantra/server/server/spell_attack.C 2007/07/05 08:10:30 1.43 +++ deliantra/server/server/spell_attack.C 2007/08/01 00:52:38 1.46 @@ -345,7 +345,7 @@ ***************************************************************************/ /* expands an explosion. op is a piece of the - * explosion - this expans it in the different directions. + * explosion - this expands it in the different directions. * At least that is what I think this does. */ void @@ -485,6 +485,8 @@ op->move_on = 0; tmp->insert_at (op, op); + tmp->play_sound (tmp->sound); + /* remove the firebullet */ op->destroy (); } @@ -1087,7 +1089,6 @@ * dir = direction being cast * spell = spell object */ - int cast_smite_spell (object *op, object *caster, int dir, object *spell) { @@ -1175,7 +1176,6 @@ return 1; } - /**************************************************************************** * * MAGIC MISSILE code.