From 0992db841030f28c7dcc255f2d62effa7741679d Mon Sep 17 00:00:00 2001 From: The-Albinobigfoot Date: Sat, 19 Dec 2015 20:41:31 -0800 Subject: [PATCH 1/2] Flops can buy no-slips again. I mean, seriously fam? :cl: rscadd: The Syndicate recognizes that interfering with shipments of ultra-adhesive shoe wear in the name of galactic "balance" was a touch sadistic - Nuclear Operative families may now once again requisition no-slips. /:cl: --- code/datums/uplink_item.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index ea0ac1edcf9..4d9888dcb08 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -537,7 +537,6 @@ var/list/uplink_items = list() desc = "These shoes will allow the wearer to run on wet floors and slippery objects without falling down. They do not work on heavily lubricated surfaces." item = /obj/item/clothing/shoes/sneakers/syndigaloshes cost = 2 - excludefrom = list(/datum/game_mode/nuclear) /datum/uplink_item/stealthy_tools/syndigaloshes/nuke name = "Tactical No-Slip Brown Shoes" From 0e738e34b9529def98b7eac3342becfe790363b4 Mon Sep 17 00:00:00 2001 From: The-Albinobigfoot Date: Sun, 20 Dec 2015 11:03:31 -0800 Subject: [PATCH 2/2] A Modest Proposal. --- code/datums/uplink_item.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 4d9888dcb08..d77353d72c6 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -537,12 +537,14 @@ var/list/uplink_items = list() desc = "These shoes will allow the wearer to run on wet floors and slippery objects without falling down. They do not work on heavily lubricated surfaces." item = /obj/item/clothing/shoes/sneakers/syndigaloshes cost = 2 + excludefrom = list(/datum/game_mode/nuclear) /datum/uplink_item/stealthy_tools/syndigaloshes/nuke name = "Tactical No-Slip Brown Shoes" desc = "These allow you to run on wet floors. They do not work on lubricated surfaces, but the manufacturer guarantees they're somehow better than the normal ones." cost = 4 //but they aren't gamemodes = list(/datum/game_mode/nuclear) + excludefrom = list() /datum/uplink_item/stealthy_tools/agent_card name = "Agent Identification Card"