From 3e06370ed736932a6f9dd58380b62bf0d29178fb Mon Sep 17 00:00:00 2001 From: TimChi <123629996+timchigaming@users.noreply.github.com> Date: Sun, 13 Oct 2024 15:44:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BA=D1=8B=D1=88=D1=8C=20=D0=BD=D0=BE=D1=82?= =?UTF-8?q?=D1=80=D0=B5=D0=B9=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/antagonists/vampire/vampire_powers/bestia_powers.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/vampire/vampire_powers/bestia_powers.dm b/code/modules/antagonists/vampire/vampire_powers/bestia_powers.dm index 4e47ea75ff4..bfa05bb94b6 100644 --- a/code/modules/antagonists/vampire/vampire_powers/bestia_powers.dm +++ b/code/modules/antagonists/vampire/vampire_powers/bestia_powers.dm @@ -962,7 +962,7 @@ to_chat(user, span_warning("You are too weak to use this ability!")) return FALSE - if(!isturf(user.loc) || HAS_TRAIT(user, TRAIT_NOSPELLS)) + if(!isturf(user.loc)) if(show_message) to_chat(user, span_warning("You can't use this ability inside [user.loc]!")) return FALSE