From 0894cb9aa910c66e6217e4c65561c7bbc4d6bc36 Mon Sep 17 00:00:00 2001 From: datlo Date: Sat, 24 Nov 2018 17:28:42 +0000 Subject: [PATCH] Reduce power beacon cost to 10 and make it hijack only --- code/datums/uplink_item.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 03a36cee7ac..d92ff6636f4 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -1237,8 +1237,10 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) sends you a small beacon that will teleport the larger beacon to your location upon activation." reference = "SNGB" item = /obj/item/radio/beacon/syndicate - cost = 12 + cost = 10 surplus = 0 + hijack_only = TRUE //This is an item only useful for a hijack traitor, as such, it should only be available in those scenarios. + cant_discount = TRUE /datum/uplink_item/device_tools/syndicate_bomb name = "Syndicate Bomb"