The announcer again has its given name, rather than a randomly selected one.
The announcer now states its business, rather than talks about it.
The announcer now uses the proper frequency.
This commit is contained in:
PsiOmega
2015-03-19 21:33:58 +01:00
parent 45971dfcc1
commit 3d9d05afce
2 changed files with 3 additions and 2 deletions
@@ -167,10 +167,11 @@
return
var/mob/living/silicon/ai/A = new /mob/living/silicon/ai(src, null, null, 1)
A.SetName(from)
Broadcast_Message(connection, A,
0, "*garbled automated announcement*", src,
message, from, "Automated Announcement", from, "synthesized voice",
4, 0, list(1), PUB_FREQ)
4, 0, list(0), connection.frequency, "states")
del(A)
return