From ab78cb7f68f564f14095bd253e0d019a2844a204 Mon Sep 17 00:00:00 2001 From: Toast Date: Fri, 20 Dec 2019 01:24:51 -0500 Subject: [PATCH] Fixed Techpriest not showing on contraband --- code/modules/vending/wardrobes.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/vending/wardrobes.dm b/code/modules/vending/wardrobes.dm index b5ddff5f..9cd59bde 100644 --- a/code/modules/vending/wardrobes.dm +++ b/code/modules/vending/wardrobes.dm @@ -130,8 +130,8 @@ /obj/item/clothing/head/soft/black = 3, /obj/item/clothing/mask/bandana/skull = 2) premium = list(/obj/item/radio/headset/headset_rob = 2) //Cit change - contraband = list(/obj/item/clothing/suit/hooded/techpriest = 2) - contraband = list(/obj/item/organ/tongue/robot = 2) + contraband = list(/obj/item/clothing/suit/hooded/techpriest = 2, + /obj/item/organ/tongue/robot = 2) refill_canister = /obj/item/vending_refill/wardrobe/robo_wardrobe /obj/item/vending_refill/wardrobe/robo_wardrobe