mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
/*************************************
|
|
* Stealthy and Inconspicuous Weapons *
|
|
*************************************/
|
|
/datum/uplink_item/item/stealthy_weapons
|
|
category = /datum/uplink_category/stealthy_weapons
|
|
|
|
/datum/uplink_item/item/stealthy_weapons/soap
|
|
name = "Subversive Soap"
|
|
item_cost = 5
|
|
path = /obj/item/weapon/soap/syndie
|
|
|
|
/datum/uplink_item/item/stealthy_weapons/concealed_cane
|
|
name = "Concealed Cane Sword"
|
|
item_cost = 10
|
|
path = /obj/item/weapon/cane/concealed
|
|
|
|
/datum/uplink_item/item/stealthy_weapons/detomatix
|
|
name = "Detomatix PDA Cartridge"
|
|
item_cost = 30
|
|
path = /obj/item/weapon/cartridge/syndicate
|
|
|
|
/datum/uplink_item/item/stealthy_weapons/parapen
|
|
name = "Paralysis Pen"
|
|
item_cost = 40
|
|
path = /obj/item/weapon/pen/reagent/paralysis
|
|
|
|
/datum/uplink_item/item/stealthy_weapons/cigarette_kit
|
|
name = "Cigarette Kit"
|
|
item_cost = 10
|
|
path = /obj/item/weapon/storage/box/syndie_kit/cigarette
|
|
|
|
/datum/uplink_item/item/stealthy_weapons/random_toxin
|
|
name = "Random Toxin - Beaker"
|
|
item_cost = 10
|
|
path = /obj/item/weapon/storage/box/syndie_kit/toxin
|