From 4cfbbd4cdef453b9fc4f8ff20f41e3e770c3a39a Mon Sep 17 00:00:00 2001 From: ikarrus Date: Sun, 31 Aug 2014 12:13:57 -0600 Subject: [PATCH] Increases Syndicate Bomb cost to 6TC In the interest of cutting down on the same tired pair of telecoms and SMES bombings, I'd like to increase syndicate bomb costs to 6, so they can only buy one. --- 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 c63f2e428fb..4e1ab7ef49c 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -395,7 +395,7 @@ var/list/uplink_items = list() desc = "The Syndicate Bomb has an adjustable timer with a minimum setting of 60 seconds. Ordering the bomb sends you a small beacon, which will teleport the explosive to your location when you activate it. \ You can wrench the bomb down to prevent removal. The crew may attempt to defuse the bomb." item = /obj/item/device/sbeacondrop/bomb - cost = 5 + cost = 6 excludefrom = list(/datum/game_mode/traitor/double_agents) /datum/uplink_item/device_tools/rad_laser