From fd4e35cfc6bd8e42e29c856e712afe43a9df5065 Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Tue, 11 Aug 2015 11:47:22 +0100 Subject: [PATCH] Fixes #673 Chameleon Kit made more expensive due to the amount of items in it. --- code/game/gamemodes/game_mode.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/game_mode.dm b/code/game/gamemodes/game_mode.dm index 43ef9e1c..6ef5cdde 100644 --- a/code/game/gamemodes/game_mode.dm +++ b/code/game/gamemodes/game_mode.dm @@ -48,7 +48,7 @@ Stealthy and Inconspicuous Weapons; /obj/item/weapon/cartridge/syndicate:3:Detomatix PDA Cartridge; Whitespace:Seperator; Stealth and Camouflage Items; -/obj/item/weapon/storage/box/syndie_kit/chameleon:3:Chameleon Kit; +/obj/item/weapon/storage/box/syndie_kit/chameleon:6:Chameleon Kit; /obj/item/weapon/storage/box/syndie_kit/masks:1:Disguised Breathe Mask; /obj/item/weapon/storage/box/syndie_kit/masks_gas:2:Disguised Gasmask; /obj/item/clothing/under/chameleon:3:Chameleon Jumpsuit;