From 6d0ed5c3b767bdd924aa4560f01993db5fe5e740 Mon Sep 17 00:00:00 2001 From: ihatethisengine <115417687+ihatethisengine@users.noreply.github.com> Date: Thu, 27 Jul 2023 16:40:39 +0300 Subject: [PATCH] Update code/modules/mob/living/carbon/xenomorph/damage_procs.dm Co-authored-by: harryob --- code/modules/mob/living/carbon/xenomorph/damage_procs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/damage_procs.dm b/code/modules/mob/living/carbon/xenomorph/damage_procs.dm index 41fc0dc06184..318fdc86b2dc 100644 --- a/code/modules/mob/living/carbon/xenomorph/damage_procs.dm +++ b/code/modules/mob/living/carbon/xenomorph/damage_procs.dm @@ -29,7 +29,7 @@ user.put_in_hands(iff_tag) iff_tag = null user.visible_message(SPAN_NOTICE("[user] removes \the [src]'s IFF tag."), SPAN_NOTICE("You remove \the [src]'s IFF tag."), max_distance = 3) - if(src.hive.hivenumber == XENO_HIVE_RENEGADE) //it's important to know their IFF settings for renegade + if(hive.hivenumber == XENO_HIVE_RENEGADE) //it's important to know their IFF settings for renegade to_chat(src, SPAN_NOTICE("Your IFF tag was removed. You can now attack anyone.")) return return ..()