|
|
|
@@ -3,7 +3,7 @@
|
|
|
|
|
GLOBAL_LIST_INIT(possible_uplinker_IDs, list("Alfa","Bravo","Charlie","Delta","Echo","Foxtrot","Zero", "Niner"))
|
|
|
|
|
|
|
|
|
|
/obj/machinery/computer/telecrystals
|
|
|
|
|
name = "\improper Telecrystal assignment station"
|
|
|
|
|
name = "\improper telecrystal assignment station"
|
|
|
|
|
desc = "A device used to manage telecrystals during group operations. You shouldn't be looking at this particular one..."
|
|
|
|
|
icon_state = "tcstation"
|
|
|
|
|
icon_keyboard = "tcstation_key"
|
|
|
|
@@ -15,7 +15,7 @@ GLOBAL_LIST_INIT(possible_uplinker_IDs, list("Alfa","Bravo","Charlie","Delta","E
|
|
|
|
|
|
|
|
|
|
/////////////////////////////////////////////
|
|
|
|
|
/obj/machinery/computer/telecrystals/uplinker
|
|
|
|
|
name = "\improper Telecrystal upload/receive station"
|
|
|
|
|
name = "\improper telecrystal upload/receive station"
|
|
|
|
|
desc = "A device used to manage telecrystals during group operations. To use, simply insert your uplink. With your uplink installed \
|
|
|
|
|
you can upload your telecrystals to the group's pool using the console, or be assigned additional telecrystals by your lieutenant."
|
|
|
|
|
var/obj/item/uplinkholder = null
|
|
|
|
@@ -125,7 +125,7 @@ GLOBAL_LIST_INIT(possible_uplinker_IDs, list("Alfa","Bravo","Charlie","Delta","E
|
|
|
|
|
|
|
|
|
|
/////////////////////////////////////////
|
|
|
|
|
/obj/machinery/computer/telecrystals/boss
|
|
|
|
|
name = "team Telecrystal management console"
|
|
|
|
|
name = "team telecrystal management console"
|
|
|
|
|
desc = "A device used to manage telecrystals during group operations. To use, simply initialize the machine by scanning for nearby uplink stations. \
|
|
|
|
|
Once the consoles are linked up, you can assign any telecrystals amongst your operatives; be they donated by your agents or rationed to the squad \
|
|
|
|
|
based on the danger rating of the mission."
|
|
|
|
|