From 83625305a23b87651f68a7188968e936f72c1673 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Wed, 20 Jan 2021 15:24:09 -0700 Subject: [PATCH] Update uplink_clothing.dm --- code/modules/uplink/uplink_items/uplink_clothing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/uplink/uplink_items/uplink_clothing.dm b/code/modules/uplink/uplink_items/uplink_clothing.dm index 1bf080b75a..de15b16b68 100644 --- a/code/modules/uplink/uplink_items/uplink_clothing.dm +++ b/code/modules/uplink/uplink_items/uplink_clothing.dm @@ -108,6 +108,6 @@ /datum/uplink_item/device_tools/ablative_armwraps name = "Ablative Armwraps" desc = "A pair of highly reinforced armwraps allowing the user to parry almost anything. Fully reflects projectiles, no downsides to failing, but is very hard to parry melee with." - cost = 12 + cost = 6 item = /obj/item/clothing/gloves/fingerless/ablative exclude_modes = list(/datum/game_mode/nuclear)