Merge pull request #10362 from AzuleUtama/singBeaconFix

Fix for power beacon change oversight
This commit is contained in:
variableundefined
2018-11-27 07:45:30 +08:00
committed by GitHub
+7
View File
@@ -1252,6 +1252,13 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
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
excludefrom = list(/datum/game_mode/nuclear)
/datum/uplink_item/device_tools/singularity_beacon/nuke
reference = "SNGBN"
hijack_only = FALSE // This inherited version exists so nukies can use it while keeping the original hijack only
excludefrom = list()
gamemodes = list(/datum/game_mode/nuclear)
/datum/uplink_item/device_tools/syndicate_bomb
name = "Syndicate Bomb"