mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
53 lines
1.6 KiB
Plaintext
53 lines
1.6 KiB
Plaintext
/*******************************
|
|
* Stealth and Camouflage Items *
|
|
*******************************/
|
|
/datum/uplink_item/item/stealth_items
|
|
category = /datum/uplink_category/stealth_items
|
|
|
|
/datum/uplink_item/item/stealth_items/id
|
|
name = "Agent ID card"
|
|
item_cost = 10
|
|
path = /obj/item/card/id/syndicate
|
|
|
|
/datum/uplink_item/item/stealth_items/syndigaloshes
|
|
name = "No-Slip Shoes"
|
|
item_cost = 10
|
|
path = /obj/item/clothing/shoes/syndigaloshes
|
|
|
|
/datum/uplink_item/item/stealth_items/spy
|
|
name = "Bug Kit"
|
|
item_cost = 10
|
|
path = /obj/item/storage/box/syndie_kit/spy
|
|
|
|
/datum/uplink_item/item/stealth_items/chameleon_kit
|
|
name = "Chameleon Kit"
|
|
item_cost = 15
|
|
path = /obj/item/storage/box/syndie_kit/chameleon
|
|
|
|
/datum/uplink_item/item/stealth_items/chameleon_projector
|
|
name = "Chameleon-Projector"
|
|
item_cost = 30
|
|
path = /obj/item/chameleon
|
|
|
|
/datum/uplink_item/item/stealth_items/voice
|
|
name = "Voice Changer"
|
|
item_cost = 15
|
|
path = /obj/item/clothing/mask/gas/voice
|
|
|
|
/datum/uplink_item/item/stealth_items/makeover
|
|
name = "Makeover Kit"
|
|
item_cost = 5
|
|
path = /obj/item/makeover
|
|
|
|
/datum/uplink_item/item/stealth_items/thievesgloves
|
|
name = "Thieve's Gloves"
|
|
desc = "A pair of sterile gloves that allow the wearer to inspect the backpacks of other players, and swap pocket items."
|
|
item_cost = 30
|
|
path = /obj/item/clothing/gloves/sterile/thieves
|
|
|
|
/datum/uplink_item/item/stealth_items/deadringer
|
|
name = "Stealth Watch"
|
|
desc = "A strange watch which can be used to create a fake corpse if you are injured when it is active, as it projects a cloaking field around your person."
|
|
item_cost = 50
|
|
path = /obj/item/deadringer
|