Lets AI and Borgs control auto announcements

The AI and cyborgs can now control if they speak on the radio and the
channel used when stating laws or  (AI only) announcing new player
arrivals.
This commit is contained in:
GunHog
2014-12-02 11:43:36 -06:00
parent e52db34ce3
commit 6ac3d8f2e8
4 changed files with 48 additions and 7 deletions
+1 -1
View File
@@ -291,7 +291,7 @@
var/mob/living/silicon/ai/announcer = pick(ailist)
if(character.mind)
if((character.mind.assigned_role != "Cyborg") && (character.mind.special_role != "MODE"))
announcer.say("[character.real_name] has signed up as [rank].")
announcer.say("[announcer.radiomod] [character.real_name] has signed up as [rank].")
/mob/new_player/proc/LateChoices()
var/mills = world.time // 1/10 of a second, not real milliseconds but whatever