mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 11:58:39 +01:00
3f62424312
This has zero reason to exist in our code base. We have no procs or variables tied to this. I removed it to make future modifications cleaner. --------- Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
/datum/uplink_item/item/revolution
|
|
category = /datum/uplink_category/revolution
|
|
|
|
/datum/uplink_item/item/revolution/armory/New()
|
|
name = "Armory Dropper"
|
|
desc = "A device that can be used to drop in an armory-worth of guns. Can only be used outside [SSatlas.current_map.station_short] areas, unless emagged, which is hazardous."
|
|
telecrystal_cost = 25
|
|
path = /obj/item/orbital_dropper/armory/syndicate
|
|
|
|
/datum/uplink_item/item/revolution/implants
|
|
name = "Box of Aggression Implants"
|
|
desc = "A box containing implants that will make their owners increasingly aggressive."
|
|
telecrystal_cost = 2
|
|
bluecrystal_cost = 2
|
|
path = /obj/item/storage/box/aggression
|
|
|
|
/datum/uplink_item/item/revolution/encryption_keys
|
|
name = "Box of Encryption Keys"
|
|
desc = "A box of encryption keys that gives the user a safe channel to chatter in. Access safe channel with :x."
|
|
telecrystal_cost = 3
|
|
bluecrystal_cost = 3
|
|
path = /obj/item/storage/box/encryption_key
|
|
|
|
/datum/uplink_item/item/revolution/softsuits
|
|
name = "Crate of Softsuits"
|
|
desc = "A crate containing six softsuits, their helmets, and oxygen tanks. Useful for getting out of a pinch."
|
|
telecrystal_cost = 3
|
|
bluecrystal_cost = 3
|
|
path = /obj/structure/closet/crate/secure/gear_loadout/syndicate_softsuits
|