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.