From 58e72b011a5279112b64370c5d8df16b370a16a7 Mon Sep 17 00:00:00 2001 From: ihatethisengine <115417687+ihatethisengine@users.noreply.github.com> Date: Thu, 27 Jul 2023 16:41:08 +0300 Subject: [PATCH] Update code/modules/mob/living/carbon/xenomorph/xeno_verbs.dm Co-authored-by: harryob --- code/modules/mob/living/carbon/xenomorph/xeno_verbs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/xeno_verbs.dm b/code/modules/mob/living/carbon/xenomorph/xeno_verbs.dm index 34aea1b70e37..cd42f3323a31 100644 --- a/code/modules/mob/living/carbon/xenomorph/xeno_verbs.dm +++ b/code/modules/mob/living/carbon/xenomorph/xeno_verbs.dm @@ -29,7 +29,7 @@ if(!src.iff_tag) to_chat(src, SPAN_NOTICE("You have no IFF tag. You can attack anyone.")) return - to_chat(src, SPAN_NOTICE("Your IFF tag settings are: [english_list(src.iff_tag.faction_groups, "None")]. You cannot attack creatures within these settings.")) + to_chat(src, SPAN_NOTICE("Your IFF tag settings are: [english_list(iff_tag.faction_groups, "None")]. You cannot attack creatures within these settings.")) return if((!hive.living_xeno_queen || Check_WO()) && !hive.allow_no_queen_actions) //No Hive status on WO