fixes the meteor refusing to move at all after being deflected

This commit is contained in:
deathride58
2018-04-09 04:08:13 -04:00
parent 1e797d06f7
commit a5365c6814
+1 -1
View File
@@ -5,6 +5,6 @@
if(!batter.stat && istype(I, /obj/item/weapon/material/twohanded/baseballbat))
batter.do_attack_animation(src)
batter.visible_message("[batter] deflects [src] with [I]]! Home run!", "You deflect [src] with [I]! Home run!")
walk_away(src, batter, INFINITY, 1)
walk_away(src, batter, 100, 1)
return TRUE
return