remove bad check

This commit is contained in:
2024-11-25 17:39:48 -06:00
committed by Celtic Minstrel
parent 6eb69a9c1d
commit 7966d5a93e

View File

@@ -1357,8 +1357,6 @@ void boom_space(location where,short mode,short type,short damage,short sound) {
return;
if((boom_anim_active) && (type != 3))
return;
if(fast_bang)
return;
if(is_out())
return;