mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 04:57:47 +01:00
fixes the meteor refusing to move at all after being deflected
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user