From 7e2e60878446daeaa9ed2f3db53c300038548706 Mon Sep 17 00:00:00 2001 From: Kraseo Date: Wed, 26 May 2021 00:23:11 +0200 Subject: [PATCH] fixes slamming people into walls and such while bloodcrawled no --- code/modules/antagonists/slaughter/slaughter.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/antagonists/slaughter/slaughter.dm b/code/modules/antagonists/slaughter/slaughter.dm index a26d081f08..ddafa19248 100644 --- a/code/modules/antagonists/slaughter/slaughter.dm +++ b/code/modules/antagonists/slaughter/slaughter.dm @@ -84,6 +84,8 @@ if(slam_cooldown + slam_cooldown_time > world.time) to_chat(src, "Your slam ability is still on cooldown!") return + if(phased) + return face_atom(A) var/mob/living/victim = A