Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/xenomorph/xeno_defines.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
ihatethisengine and Drulikar committed Jul 25, 2023
1 parent 6f066b2 commit 9d41561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/xeno_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@
xeno.visible_message(SPAN_XENOWARNING("\The [xeno] rips out [xeno.iff_tag]!"), SPAN_XENOWARNING("You rip out [xeno.iff_tag]! For the hive!"))
xeno.iff_tag = null

if(renegades.len < 1)
if(!length(renegades))
return

xeno_message(SPAN_XENOANNOUNCE("You sense that [renegades.Join(", ")] turned their backs against their sisters and the Queen in favor of their slavemasters!"), 3, hivenumber)
Expand Down

0 comments on commit 9d41561

Please sign in to comment.