mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
16 lines
384 B
Plaintext
16 lines
384 B
Plaintext
/********
|
|
* Armor *
|
|
********/
|
|
/datum/uplink_item/item/armor
|
|
category = /datum/uplink_category/armor
|
|
|
|
/datum/uplink_item/item/armor/combat
|
|
name = "Combat Armor Set"
|
|
item_cost = 60
|
|
path = /obj/item/weapon/storage/box/syndie_kit/combat_armor
|
|
|
|
/datum/uplink_item/item/armor/heavy_vest
|
|
name = "Heavy Armor Vest"
|
|
item_cost = 40
|
|
path = /obj/item/clothing/suit/storage/vest/heavy/merc
|