Merge pull request #10335 from datlo/powerbeaconbuff

Reduce power beacon cost to 10 and make it hijack only
This commit is contained in:
variableundefined
2018-11-26 08:18:26 +08:00
committed by GitHub
+3 -1
View File
@@ -1248,8 +1248,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"