Merge pull request #8895 from MistakeNot4892/joinmsg

Survivalist no longer announces arrivals or departures.
This commit is contained in:
Atermonera
2023-01-26 22:40:37 -08:00
committed by GitHub
5 changed files with 33 additions and 32 deletions

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