From caa2dbeefde57e898fd522d0dd050ce4f6d7fde3 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Fri, 28 May 2021 05:51:21 -0700 Subject: [PATCH] Update slaughter.dm --- code/modules/antagonists/slaughter/slaughter.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/antagonists/slaughter/slaughter.dm b/code/modules/antagonists/slaughter/slaughter.dm index 2f99563849..f616f2c848 100644 --- a/code/modules/antagonists/slaughter/slaughter.dm +++ b/code/modules/antagonists/slaughter/slaughter.dm @@ -84,8 +84,8 @@ if(slam_cooldown + slam_cooldown_time > world.time) to_chat(src, "Your slam ability is still on cooldown!") return - if(src.loc && !isopenturf(loc)) - to_chat(src, "You can't do that while still in blood!") + if(!isopenturf(loc)) + to_chat(src, "You need to be on open flooring to do that!") return face_atom(A)