From ae172eee8c1af301d14605a2b54c63c28b1f2660 Mon Sep 17 00:00:00 2001 From: Drulikar Date: Fri, 28 Jul 2023 04:47:30 -0700 Subject: [PATCH] false --- code/modules/mob/living/carbon/xenomorph/xeno_defines.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/xeno_defines.dm b/code/modules/mob/living/carbon/xenomorph/xeno_defines.dm index c8d30ed510b1..f2981713c1e0 100644 --- a/code/modules/mob/living/carbon/xenomorph/xeno_defines.dm +++ b/code/modules/mob/living/carbon/xenomorph/xeno_defines.dm @@ -1022,7 +1022,7 @@ for(var/mob_name in banished_ckeys) if(banished_ckeys[mob_name] == user.ckey) to_chat(user, SPAN_WARNING("You are banished from the [name], you may not rejoin unless the Queen re-admits you or dies.")) - return + return FALSE update_hugger_limit()