Skip to content

Commit

Permalink
to_chat style
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdtalon committed Nov 11, 2023
1 parent c5277cb commit 6dadf97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/mob/living/carbon/xenomorph/Xenomorph.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
if(mind in SSticker.mode.xenomorphs)
to_chat(src, SPAN_DEBUG("[src] mind is in the xenomorph list. Mind key is [mind.key]."))
to_chat(src, SPAN_DEBUG("Current mob is: [mind.current]. Original mob is: [mind.original]."))
else to_chat(src, SPAN_DEBUG("This xenomorph is not in the xenomorph list."))
else
to_chat(src, SPAN_DEBUG("This xenomorph is not in the xenomorph list."))
#endif

#undef DEBUG_XENO
Expand Down

0 comments on commit 6dadf97

Please sign in to comment.