Files
VOREStation/code/datums/uplink/backup.dm
T
Unknown e4b0f292f8 Uplink and Adminverb Tweaks
- Tweaks the proc for Virgo uplink beacons to not give away information about traitors
- Removes the Void Cell from antag uplinks
- Adds a combat defibrillator for Mercenaries
- Adds the cabin shelter capsule to uplinks
- Adds some stuff for admin use of uplinks
- Fixes bug with adminspawn ERT job not getting PDAs
- Adds an admin command to set up an uplink on a character
- Fixes Retired Admin to work properly
- Splits off VORE's adminverb list for improved downstream support
- Fixes retired staff not being able to talk in staff chats
2021-02-02 00:45:28 -05:00

35 lines
1.8 KiB
Plaintext

/*********
* Back up *
**********/
/datum/uplink_item/item/backup
category = /datum/uplink_category/backup
blacklisted = 1
/datum/uplink_item/item/backup/syndicate_drone_protector
name = "Drone (Protector)"
desc = "A miniature teleport which will bring a powerful and loyal drone to you. \
This type comes with a directional shield projector, a supressive fire energy weapon, \
a stunbaton, handcuffs, an agent ID, energy sword, pinpointer, and a jetpack."
item_cost = DEFAULT_TELECRYSTAL_AMOUNT * 1.5
antag_roles = list("mercenary", "ert") //VOREStation Edit
path = /obj/item/weapon/antag_spawner/syndicate_drone/protector
/datum/uplink_item/item/backup/syndicate_drone_combat_medic
name = "Drone (Combat Medic)"
desc = "A miniature teleport which will bring a powerful and loyal drone to you. \
This type comes with standard medical equipment, full set of surgery tools, \
a powerful hypospray that can create many potent chemicals, an agent ID, energy \
sword, pinpointer, and a jetpack."
item_cost = DEFAULT_TELECRYSTAL_AMOUNT * 1.5
antag_roles = list("mercenary", "ert") //VOREStation Edit
path = /obj/item/weapon/antag_spawner/syndicate_drone/combat_medic
/datum/uplink_item/item/backup/syndicate_drone_mechanist
name = "Drone (Mechanist)"
desc = "A miniature teleport which will bring a powerful and loyal drone to you. \
This type comes with a full set of tools, an RCD, the ability to unlock other bound synthetics, \
a cryptographic sequencer, an AI detector, the ability to analyze and repair full-body prosthetics, \
a set of construction materials, an ionic rapier, an agent ID, energy sword, pinpointer, and a jetpack."
item_cost = DEFAULT_TELECRYSTAL_AMOUNT * 1.5
antag_roles = list("mercenary", "ert") //VOREStation Edit
path = /obj/item/weapon/antag_spawner/syndicate_drone/mechanist