diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 1cf08abebd0..c4b71269261 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -991,6 +991,7 @@ var/list/uplink_items = list() reference = "BRHS" item = /obj/item/weapon/storage/box/syndie_kit/hardsuit cost = 8 + excludefrom = list(/datum/game_mode/nuclear) /datum/uplink_item/suits/hardsuit/elite name = "Elite Syndicate Hardsuit" @@ -1046,6 +1047,14 @@ var/list/uplink_items = list() reference = "BRMB" item = /obj/item/clothing/shoes/magboots/syndie cost = 3 + excludefrom = list(/datum/game_mode/nuclear) + +/datum/uplink_item/device_tools/magboots/advance + name = "Advanced Blood-Red Magboots" + desc = "Reverse-engineered magboots that appear to be based on an advanced model, as they have a lighter magnetic pull. Property of Gorlex Marauders." + reference = "ABRMB" + item = /obj/item/clothing/shoes/magboots/syndie/advance + cost = 3 gamemodes = list(/datum/game_mode/nuclear) /datum/uplink_item/device_tools/plastic_explosives