Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/xenomorph/xeno_verbs.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
ihatethisengine and harryob authored Jul 27, 2023
1 parent 58e72b0 commit df3d75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/xeno_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
return

if(hive.hivenumber == XENO_HIVE_RENEGADE) //Renegade's ability to attack someone depends on IFF settings, not on alliance
if(!src.iff_tag)
if(!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(iff_tag.faction_groups, "None")]. You cannot attack creatures within these settings."))
Expand Down

0 comments on commit df3d75f

Please sign in to comment.