* makes use of 512's filters, adds combat mode toggle component signals, and more * Update phantomthief.dm * Update living.dm
20 lines
623 B
Plaintext
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
|