mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-04 14:33:30 +00:00
Uplink Armor Point Adjustments
- Halved the cost of all traitor uplink armor costs.
This commit is contained in:
@@ -6,25 +6,25 @@
|
||||
|
||||
/datum/uplink_item/item/armor/combat
|
||||
name = "Combat Armor Set"
|
||||
item_cost = 60
|
||||
item_cost = 30
|
||||
path = /obj/item/storage/box/syndie_kit/combat_armor
|
||||
|
||||
/datum/uplink_item/item/armor/heavy_vest
|
||||
name = "Heavy Armor Vest"
|
||||
item_cost = 40
|
||||
item_cost = 20
|
||||
path = /obj/item/clothing/suit/storage/vest/heavy/merc
|
||||
|
||||
/datum/uplink_item/item/armor/gorlexsuit
|
||||
name = "Mercenary Voidsuit"
|
||||
item_cost = 40
|
||||
item_cost = 20
|
||||
path = /obj/item/storage/box/syndie_kit/voidsuit
|
||||
|
||||
/datum/uplink_item/item/armor/gorlexsuit_fire
|
||||
name = "Mercenary Voidsuit (Fire)"
|
||||
item_cost = 40
|
||||
item_cost = 20
|
||||
path = /obj/item/storage/box/syndie_kit/voidsuit/fire
|
||||
|
||||
/datum/uplink_item/item/armor/combat
|
||||
name = "Combat Platecarrier Set"
|
||||
item_cost = 60
|
||||
item_cost = 30
|
||||
path = /obj/item/clothing/suit/armor/pcarrier/merc
|
||||
|
||||
Reference in New Issue
Block a user