From c3bfbac89a1e7ab4fb9ac5d820f2f59d1b49f6a3 Mon Sep 17 00:00:00 2001 From: Kraseo Date: Wed, 26 May 2021 01:43:45 +0200 Subject: [PATCH] this time for real --- code/modules/antagonists/slaughter/slaughter.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/antagonists/slaughter/slaughter.dm b/code/modules/antagonists/slaughter/slaughter.dm index ccfbb2cec2..2f99563849 100644 --- a/code/modules/antagonists/slaughter/slaughter.dm +++ b/code/modules/antagonists/slaughter/slaughter.dm @@ -84,7 +84,8 @@ if(slam_cooldown + slam_cooldown_time > world.time) to_chat(src, "Your slam ability is still on cooldown!") return - if(src.phased) + if(src.loc && !isopenturf(loc)) + to_chat(src, "You can't do that while still in blood!") return face_atom(A)