mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 12:13:06 +00:00
* Splits uplink categories into separate files and moves other files around * Corrects an incorrect description * Puts uplink categories in uplink_categories into the same order as they are individual files * Mercenaries now spawn with their own private uplink. * Adds a random discount to uplink items that is applied every 15 minutes no message no message * Adds changelog * Fakes announcements are now once again purchasable from the uplink and actually work * Removes a debug line * Adds several existing items to the antag uplink including stun rounds for shotguns, metal foam grenades and more * Refactors boxes.dm to use absolute pathing and for loops for contents Adds changelog
16 lines
382 B
Plaintext
16 lines
382 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 = 5
|
|
path = /obj/item/weapon/storage/box/syndie_kit/combat_armor
|
|
|
|
/datum/uplink_item/item/armor/heavy_vest
|
|
name = "Heavy Armor Vest"
|
|
item_cost = 4
|
|
path = /obj/item/clothing/suit/storage/vest/heavy/merc
|