From 438b79a0d2b3b6e3cd292dff6a4bfddee5053c8f Mon Sep 17 00:00:00 2001 From: Zonespace <41448081+Zonespace27@users.noreply.github.com> Date: Wed, 11 Jan 2023 18:36:17 -0800 Subject: [PATCH] Adds some costumes to autodrobe (#72103) (#18638) Adds a various amount of costumes that were added in the game before in https://github.com/tgstation/tgstation/pull/30303 More costumes is always nice especially ones in the code that aren't used and pretty much only were available for chamkits Co-authored-by: jughu --- code/modules/vending/autodrobe.dm | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/code/modules/vending/autodrobe.dm b/code/modules/vending/autodrobe.dm index 3f91e1c1fbc..da1ac327cf7 100644 --- a/code/modules/vending/autodrobe.dm +++ b/code/modules/vending/autodrobe.dm @@ -52,8 +52,11 @@ /obj/item/clothing/under/costume/deckers = 5, /obj/item/clothing/under/costume/sailor = 1, /obj/item/clothing/head/costume/delinquent = 1, + /obj/item/clothing/suit/costume/dracula = 1, + /obj/item/clothing/under/costume/draculass = 1, + /obj/item/clothing/suit/costume/gothcoat = 1, ), - ), + ), list( "name" = "Supernatural", "icon" = "hand-sparkles", @@ -72,7 +75,7 @@ /obj/item/clothing/suit/costume/shrine_maiden = 1, /obj/item/gohei = 1, ), - ), + ), list( "name" = "Entertainers", "icon" = "masks-theater", @@ -100,7 +103,7 @@ /obj/item/clothing/head/costume/cueball = 1, /obj/item/clothing/under/suit/white_on_white = 1, ), - ), + ), list( "name" = "Fancy", "icon" = "user-tie", @@ -125,7 +128,7 @@ /obj/item/clothing/suit/costume/cheongsam_red = 1, /obj/item/clothing/suit/costume/cheongsam_blue = 1, ), - ), + ), list( "name" = "Animals", "icon" = "paw", @@ -149,7 +152,7 @@ /obj/item/clothing/mask/animal/cowmask = 1, /obj/item/clothing/mask/animal/horsehead = 1, ), - ), + ), list( "name" = "Service", "icon" = "kitchen-set", @@ -167,7 +170,7 @@ /obj/item/clothing/under/rank/civilian/janitor/maid = 1, /obj/item/clothing/accessory/maidapron = 1, ), - ), + ), list( "name" = "Other", "icon" = "star", @@ -197,6 +200,8 @@ /obj/item/clothing/shoes/clown_shoes/ducky_shoes = 1, /obj/item/clothing/shoes/clown_shoes/meown_shoes = 1, /obj/item/clothing/suit/costume/judgerobe = 1, + /obj/item/clothing/head/costume/lobsterhat = 1, + /obj/item/clothing/under/costume/lobster = 1, /obj/item/gun/magic/wand/nothing = 2, ) premium = list( @@ -216,6 +221,9 @@ /obj/item/clothing/under/suit/tuxedo = 1, /obj/item/clothing/head/costume/weddingveil = 1, /obj/item/storage/belt/cummerbund = 1, + /obj/item/clothing/suit/costume/drfreeze_coat = 1, + /obj/item/clothing/under/costume/drfreeze = 1, + /obj/item/clothing/head/costume/drfreezehat = 1, ) refill_canister = /obj/item/vending_refill/autodrobe default_price = PAYCHECK_CREW * 0.8 //Default of 40.