Survivalist no longer announces arrivals or departures.

This commit is contained in:
MistakeNot4892
2023-01-22 19:04:31 +11:00
parent 4071bd7a6c
commit ca3d4dbb2f
5 changed files with 33 additions and 32 deletions
+3 -2
View File
@@ -450,11 +450,12 @@
ticker.mode.latespawn(character)
var/do_announce = join_props["announce"] && join_message && announce_channel
if(J.mob_type & JOB_SILICON)
if(join_message && announce_channel)
if(do_announce)
AnnounceCyborg(character, rank, join_message, announce_channel, character.z)
else
if(join_message && announce_channel)
if(do_announce)
AnnounceArrival(character, J?.substitute_announce_title || rank, join_message, announce_channel, character.z)
data_core.manifest_inject(character)
ticker.minds += character.mind//Cyborgs and AIs handle this in the transform proc. //TODO!!!!! ~Carn