diff --git a/code/modules/mob/living/carbon/xenomorph/items/iff_tag.dm b/code/modules/mob/living/carbon/xenomorph/items/iff_tag.dm index 26afdcfdfed1..00571b5227d0 100644 --- a/code/modules/mob/living/carbon/xenomorph/items/iff_tag.dm +++ b/code/modules/mob/living/carbon/xenomorph/items/iff_tag.dm @@ -20,7 +20,7 @@ xeno.iff_tag = src injector.drop_inv_item_to_loc(src, xeno) if(xeno.hive.hivenumber == XENO_HIVE_RENEGADE) //it's important to know their IFF settings for renegade - to_chat(xeno, SPAN_NOTICE("You got new IFF tag with following settings: [english_list(faction_groups, "None")]. You cannot attack creatures within these settings.")) + to_chat(xeno, SPAN_NOTICE("With the insertion of the device inside your carapace your instincts have changed, you seem compelled to protect [english_list(faction_groups, "no one")].")) return return ..()