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 committed Jul 27, 2023
1 parent 35a3d2c commit 58e72b0
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 @@ -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
Expand Down

0 comments on commit 58e72b0

Please sign in to comment.