diff --git a/code/game/objects/items/shields.dm b/code/game/objects/items/shields.dm index 9725237bf8..c8365783e3 100644 --- a/code/game/objects/items/shields.dm +++ b/code/game/objects/items/shields.dm @@ -141,6 +141,7 @@ playsound(src, harmful? "swing_hit" : 'sound/weapons/thudswoosh.ogg', 75, 1) else playsound(src, 'sound/weapons/punchmiss.ogg', 75, 1) + step(user, bashdir) //lunge return length(victims) /obj/effect/temp_visual/dir_setting/shield_bash