From a66f7e8f4ae38e7ba5059b2f02bc9e7dfa8de28b Mon Sep 17 00:00:00 2001 From: FreeStylaLT Date: Sun, 5 Jun 2016 17:56:49 +0300 Subject: [PATCH] Made it 5 TC instead of 7 --- code/datums/uplink_item.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 3968412952b..413077a37d8 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -415,7 +415,7 @@ var/list/uplink_items = list() desc = "A device that has a chance of knocking down people around you for a long amount of time.50% chance per person. The user is unaffected. Has only two charges." reference = "BTR" item = /obj/item/device/batterer - cost = 7 + cost = 5 /datum/uplink_item/dangerous/manhacks name = "Viscerator Delivery Grenade"