mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 10:03:45 +00:00
Merge pull request #8895 from MistakeNot4892/joinmsg
Survivalist no longer announces arrivals or departures.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user