@@ -427,12 +427,12 @@ Code:
|
|||||||
if(!is_station_level(SSshuttle.supply.z))
|
if(!is_station_level(SSshuttle.supply.z))
|
||||||
menu += "station"
|
menu += "station"
|
||||||
else
|
else
|
||||||
menu += "centcom"
|
menu += "CentCom"
|
||||||
menu += " ([SSshuttle.supply.timeLeft(600)] Mins)"
|
menu += " ([SSshuttle.supply.timeLeft(600)] Mins)"
|
||||||
else
|
else
|
||||||
menu += "At "
|
menu += "At "
|
||||||
if(!is_station_level(SSshuttle.supply.z))
|
if(!is_station_level(SSshuttle.supply.z))
|
||||||
menu += "centcom"
|
menu += "CentCom"
|
||||||
else
|
else
|
||||||
menu += "station"
|
menu += "station"
|
||||||
menu += "<BR>Current approved orders: <BR><ol>"
|
menu += "<BR>Current approved orders: <BR><ol>"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
/obj/structure/closet/supplypod/bluespacepod
|
/obj/structure/closet/supplypod/bluespacepod
|
||||||
name = "Bluespace Drop Pod"
|
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"
|
icon_state = "bluespacepod"
|
||||||
|
|
||||||
/obj/structure/closet/supplypod/Initialize(mapload, datum/supply_order/so)
|
/obj/structure/closet/supplypod/Initialize(mapload, datum/supply_order/so)
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
stored_research = new /datum/techweb
|
stored_research = new /datum/techweb
|
||||||
|
|
||||||
/obj/item/disk/tech_disk/debug
|
/obj/item/disk/tech_disk/debug
|
||||||
name = "centcom technology disk"
|
name = "\improper CentCom technology disk"
|
||||||
desc = "A debug item for research"
|
desc = "A debug item for research"
|
||||||
materials = list()
|
materials = list()
|
||||||
|
|
||||||
|
|||||||
@@ -1449,7 +1449,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
|||||||
cant_discount = TRUE
|
cant_discount = TRUE
|
||||||
|
|
||||||
/datum/uplink_item/badass/costumes/centcom_official
|
/datum/uplink_item/badass/costumes/centcom_official
|
||||||
name = "Centcom Official Costume"
|
name = "CentCom Official Costume"
|
||||||
desc = "Ask the crew to \"inspect\" their nuclear disk and weapons system, and then when they decline, pull out a fully automatic rifle and gun down the Captain. Radio headset does not include key. No gun included."
|
desc = "Ask the crew to \"inspect\" their nuclear disk and weapons system, and then when they decline, pull out a fully automatic rifle and gun down the Captain. Radio headset does not include key. No gun included."
|
||||||
item = /obj/item/storage/box/syndie_kit/centcom_costume
|
item = /obj/item/storage/box/syndie_kit/centcom_costume
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user