mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
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 <melvin2626@live.nl>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user