Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Oct 24, 2023
1 parent e9bb91c commit dea773f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/dead/observer/observer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp

var/datum/hive_status/hive = GLOB.hive_datum[XENO_HIVE_NORMAL]
if(!hive || !length(hive.totalXenos))
to_chat(src, SPAN_ALERT("There seem to be no living hives at the moment"))
to_chat(src, SPAN_ALERT("There seems to be no living normal hive at the moment"))
return

GLOB.xeno_tacmap_status.tgui_interact(src)
Expand Down

0 comments on commit dea773f

Please sign in to comment.