Files
GS13NG/modular_citadel/code/modules/uplink/uplink_items.dm
T
deathride58andkevinz000 6ac830a123 Combat rework adjustments (Making use of 512's new filter feature, small balance tweaks, and more) (#6092)
* makes use of 512's filters, adds combat mode toggle component signals, and more

* Update phantomthief.dm

* Update living.dm
2018-05-27 17:18:40 -07:00

20 lines
623 B
Plaintext

/*
// PUT ALL YOUR NEW UPLINK STUFF HERE, OVERRIDES GO IN HERE TOO
*/
/datum/uplink_item/device_tools/emagrecharge
name = "Electromagnet Charging Device"
desc = "A small device intended for recharging Cryptographic Sequencers. Using it will add five extra charges to the Cryptographic Sequencer."
item = /obj/item/emagrecharge
cost = 2
/datum/uplink_item/dangerous/revolver
item = /obj/item/gun/ballistic/revolver/syndie
/datum/uplink_item/badass/phantomthief
name = "Syndicate Mask"
desc = "A cheap paper mask to slap over your eyes."
item = /obj/item/clothing/glasses/phantomthief
cost = 0
limited_stock = 4