From 3be09cfbd2716eb5f6b62822f7b06c723cbfd7a3 Mon Sep 17 00:00:00 2001 From: Supermichael777 Date: Sat, 12 Sep 2015 12:19:46 -0400 Subject: [PATCH] lowers detomax cost --- code/datums/uplink_item.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 6010a872712..333c008a69d 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -391,10 +391,10 @@ var/list/uplink_items = list() /datum/uplink_item/stealthy_weapons/detomatix name = "Detomatix PDA Cartridge" - desc = "When inserted into a personal digital assistant, this cartridge gives you five opportunities to detonate PDAs of crewmembers who have their message feature enabled. \ + desc = "When inserted into a personal digital assistant, this cartridge gives you four opportunities to detonate PDAs of crewmembers who have their message feature enabled. \ The concussive effect from the explosion will knock the recipient out for a short period, and deafen them for longer. It has a chance to detonate your PDA." item = /obj/item/weapon/cartridge/syndicate - cost = 6 + cost = 4 /datum/uplink_item/stealthy_weapons/suppressor name = "Universal Suppressor"