Adds service radio to ai

Fixes an oversight.
This commit is contained in:
Robertha89
2015-05-10 17:10:17 +02:00
parent 73838ac55d
commit 6cda382c5e
+2 -1
View File
@@ -67,6 +67,7 @@
if("Engineering") prefix = ":e "
if("Security") prefix = ":s "
if("Supply") prefix = ":u "
if("Service") prefix = ":z "
if("Binary") prefix = ":b "
if("Holopad") prefix = ":h "
else prefix = ""
@@ -158,4 +159,4 @@
list += {"<br><A href='byond://?src=\ref[src];lawr=1'>Channel: [src.lawchannel]</A><br>"}
list += {"<A href='byond://?src=\ref[src];laws=1'>State Laws</A>"}
usr << browse(list, "window=laws")
usr << browse(list, "window=laws")