--- deliantra/server/server/spell_attack.C 2008/04/20 23:25:09 1.50 +++ deliantra/server/server/spell_attack.C 2008/04/20 23:25:43 1.51 @@ -1001,7 +1001,6 @@ int create_bomb (object *op, object *caster, int dir, object *spell) { - object *tmp; int mflags; sint16 dx = op->x + freearr_x[dir], dy = op->y + freearr_y[dir]; @@ -1013,6 +1012,7 @@ new_draw_info (NDI_UNIQUE, 0, op, "There is something in the way."); return 0; } + tmp = arch_to_object (spell->other_arch); /* level dependencies for bomb */