Skip to content

Commit

Permalink
++hrp
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Jul 28, 2023
1 parent ef631bc commit 3917a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/items/iff_tag.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..()

Expand Down

0 comments on commit 3917a3a

Please sign in to comment.