From e7a395a980d7ebe031e1fc6fea49e1890b28b1f7 Mon Sep 17 00:00:00 2001 From: Nerd Lord Date: Fri, 18 Mar 2016 18:01:00 -0400 Subject: [PATCH] Space suits are much less likely to appear in the syndicate crate Nukeops can once again buy noslips(god) --- code/modules/uplink/uplink_item.dm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/code/modules/uplink/uplink_item.dm b/code/modules/uplink/uplink_item.dm index 568442e67c2..60959c47f9b 100644 --- a/code/modules/uplink/uplink_item.dm +++ b/code/modules/uplink/uplink_item.dm @@ -634,10 +634,12 @@ var/list/uplink_items = list() // Global list so we only initialize this once. exclude_modes = list(/datum/game_mode/nuclear) /datum/uplink_item/stealthy_tools/syndigaloshes/nuke - name = "Tactical No-Slip Chameleon Shoes" - desc = "These allow you to run on wet floors. They do not work on heavily lubricated surfaces, but the \ - manufacturer guarantees they're somehow better than the normal ones." + name = "Stealthy No-Slip Chameleon Shoes" + 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. The manufacturer claims they are much more stealthy than the normal brand." + item = /obj/item/clothing/shoes/chameleon cost = 4 + exclude_modes = list() include_modes = list(/datum/game_mode/nuclear) /datum/uplink_item/stealthy_tools/agent_card @@ -703,6 +705,7 @@ var/list/uplink_items = list() // Global list so we only initialize this once. /datum/uplink_item/suits category = "Space Suits and Hardsuits" exclude_modes = list(/datum/game_mode/gang) + surplus = 40 /datum/uplink_item/suits/space_suit name = "Syndicate Space Suit"