Capitalizes CentCom (#38086)

* Capitalized CentCom

* neediful
This commit is contained in:
ShizCalev
2018-05-27 00:18:39 -04:00
committed by letterjay
parent fb0c6a9158
commit 786b062f61
4 changed files with 5 additions and 5 deletions

View File

@@ -427,12 +427,12 @@ Code:
if(!is_station_level(SSshuttle.supply.z))
menu += "station"
else
menu += "centcom"
menu += "CentCom"
menu += " ([SSshuttle.supply.timeLeft(600)] Mins)"
else
menu += "At "
if(!is_station_level(SSshuttle.supply.z))
menu += "centcom"
menu += "CentCom"
else
menu += "station"
menu += "<BR>Current approved orders: <BR><ol>"

View File

@@ -22,7 +22,7 @@
/obj/structure/closet/supplypod/bluespacepod
name = "Bluespace Drop Pod"
desc = "A Nanotrasen Bluespace drop pod. Teleports back to Centcom after delivery."
desc = "A Nanotrasen Bluespace drop pod. Teleports back to CentCom after delivery."
icon_state = "bluespacepod"
/obj/structure/closet/supplypod/Initialize(mapload, datum/supply_order/so)