Corrects CentComm spelling

This commit is contained in:
Tastyfish
2016-02-22 04:39:10 -05:00
parent 63048c7492
commit 492ed2f16e
14 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ var/global/list/obj/machinery/message_server/message_servers = list()
Console.set_light(2)
/obj/machinery/message_server/attack_hand(user as mob)
// user << "\blue There seem to be some parts missing from this server. They should arrive on the station in a few days, give or take a few CentCom delays."
// user << "\blue There seem to be some parts missing from this server. They should arrive on the station in a few days, give or take a few CentComm delays."
user << "You toggle PDA message passing from [active ? "On" : "Off"] to [active ? "Off" : "On"]"
active = !active
update_icon()