diff --git a/code/game/machinery/biogenerator.dm b/code/game/machinery/biogenerator.dm index 82999429c1f..fcc87c65e69 100644 --- a/code/game/machinery/biogenerator.dm +++ b/code/game/machinery/biogenerator.dm @@ -102,6 +102,7 @@ BIOGEN_ITEM("Leather Coat", /obj/item/clothing/suit/leathercoat, 1, 500), BIOGEN_ITEM("Leather Jacket", /obj/item/clothing/suit/storage/toggle/brown_jacket, 1, 500), BIOGEN_ITEM("Winter Coat", /obj/item/clothing/suit/storage/hooded/wintercoat, 1, 500), + BIOGEN_ITEM("Winter Boots", /obj/item/clothing/shoes/boots/winter, 1, 250), BIOGEN_ITEM("4 Algae Sheets", /obj/item/stack/material/algae, 4, 400), BIOGEN_ITEM("50 Algae Sheets", /obj/item/stack/material/algae, 50, 5000), ) diff --git a/code/game/machinery/vending/loadout.dm b/code/game/machinery/vending/loadout.dm index 03debaedc09..27a1d06a31d 100644 --- a/code/game/machinery/vending/loadout.dm +++ b/code/game/machinery/vending/loadout.dm @@ -1,8 +1,8 @@ /obj/machinery/vending/loadout - name = "Fingers and Toes" - desc = "A special vendor for gloves and shoes!" - product_ads = "Do you have fingers and toes? COVER THEM UP!;Show me your toes! Wait. NO DON'T! BUY NEW SHOES!;Don't leave prints, BUY SOME GLOVES!;Remember to check your shoes for micros! You don't have to let them out, but just check for them!;Fingers and Toes is not liable for micro entrapment or abuse under the feet of our patrons.!;This little piggy went WE WE WE all the way down to FINGERS AND TOES to pick up some sweet new gloves and shoes." + name = "Heads, Fingers, and Toes" + desc = "A special vendor for hats, gloves, and shoes!" + product_ads = "Do you have heads, fingers, and toes? COVER THEM UP!;Show me your toes! Wait. NO DON'T! BUY NEW SHOES!;Don't leave prints, BUY SOME GLOVES!;Portable shade! BUY A HAT!;This little piggy went WE WE WE all the way down to HEADS, FINGERS, AND TOES to pick up some sweet new gloves, shoes, and a big wide hat." icon_state = "glovesnshoes" products = list( /obj/item/clothing/gloves/evening = 5, @@ -22,12 +22,20 @@ /obj/item/clothing/gloves/fluff/siren = 5, /obj/item/clothing/gloves/white = 5, /obj/item/clothing/gloves/duty = 5, + /obj/item/clothing/gloves/bountyskin = 5, + /obj/item/clothing/gloves/hasie = 5, + /obj/item/clothing/gloves/utility_fur_gloves = 5, + /obj/item/clothing/gloves/armsocks = 5, /obj/item/clothing/shoes/athletic = 5, /obj/item/clothing/shoes/boots/fluff/siren = 5, /obj/item/clothing/shoes/slippers = 5, /obj/item/clothing/shoes/boots/cowboy/classic = 5, /obj/item/clothing/shoes/boots/cowboy = 5, + /obj/item/clothing/shoes/cowboyboots/black = 5, /obj/item/clothing/shoes/boots/duty = 5, + /obj/item/clothing/shoes/boots/duty/alt = 5, + /obj/item/clothing/shoes/boots/duty/alt/knee = 5, + /obj/item/clothing/shoes/boots/duty/alt/heel = 5, /obj/item/clothing/shoes/flats/white/color = 5, /obj/item/clothing/shoes/flipflop = 5, /obj/item/clothing/shoes/heels = 5, @@ -45,6 +53,7 @@ /obj/item/clothing/shoes/black/cuffs/blue = 5, /obj/item/clothing/shoes/black/cuffs/red = 5, /obj/item/clothing/shoes/sandal = 5, + /obj/item/clothing/shoes/socksandals = 5, //spared from the contraband. /obj/item/clothing/shoes/black = 5, /obj/item/clothing/shoes/blue = 5, /obj/item/clothing/shoes/brown = 5, @@ -57,21 +66,101 @@ /obj/item/clothing/shoes/white = 5, /obj/item/clothing/shoes/yellow = 5, /obj/item/clothing/shoes/skater = 5, + /obj/item/clothing/shoes/dress = 5, + /obj/item/clothing/shoes/dress/white = 5, /obj/item/clothing/shoes/boots/cowboy/snakeskin = 5, /obj/item/clothing/shoes/boots/jackboots/toeless = 5, /obj/item/clothing/shoes/boots/workboots/toeless = 5, + /obj/item/clothing/shoes/boots/laconic = 5, /obj/item/clothing/shoes/boots/winter = 5, /obj/item/clothing/shoes/boots/workboots = 5, + /obj/item/clothing/shoes/bountyskin = 5, + /obj/item/clothing/shoes/boots/half_moon = 5, /obj/item/clothing/shoes/footwraps = 5, /obj/item/clothing/shoes/utilitarian = 5, + /obj/item/clothing/head/bandana = 5, + /obj/item/clothing/head/greenbandana = 5, + /obj/item/clothing/head/orangebandana = 5, + /obj/item/clothing/head/beret = 5, + /obj/item/clothing/head/beret/medical = 5, + /obj/item/clothing/head/soft/black = 5, + /obj/item/clothing/head/soft/blue = 5, + /obj/item/clothing/head/mailman = 5, + /obj/item/clothing/head/flatcap = 5, + /obj/item/clothing/head/soft/green = 5, + /obj/item/clothing/head/soft/grey = 5, + /obj/item/clothing/head/soft/orange = 5, + /obj/item/clothing/head/soft/purple = 5, + /obj/item/clothing/head/soft/red = 5, + /obj/item/clothing/head/soft/yellow = 5, + /obj/item/clothing/head/soft/mime = 5, + /obj/item/clothing/head/soft/mbill = 5, + /obj/item/clothing/head/cowboy_hat = 5, + /obj/item/clothing/head/cowboy_hat/black = 5, + /obj/item/clothing/head/cowboy_hat/pink = 5, + /obj/item/clothing/head/cowboy_hat/wide = 5, + /obj/item/clothing/head/fedora/brown = 5, + /obj/item/clothing/head/fedora/grey = 5, + /obj/item/clothing/head/fedora/floppy = 5, + /obj/item/clothing/head/pin = 5, + /obj/item/clothing/head/pin/pink = 5, + /obj/item/clothing/head/pin/clover = 5, + /obj/item/clothing/head/pin/butterfly = 5, + /obj/item/clothing/head/pin/magnetic = 5, + /obj/item/clothing/head/pin/flower = 5, + /obj/item/clothing/head/pin/flower/blue = 5, + /obj/item/clothing/head/pin/flower/pink = 5, + /obj/item/clothing/head/pin/flower/yellow = 5, + /obj/item/clothing/head/pin/flower/violet = 5, + /obj/item/clothing/head/pin/flower/orange = 5, + /obj/item/clothing/head/pin/flower/white = 5, + /obj/item/clothing/head/pin/bow = 5, + /obj/item/clothing/head/pin/bow/big = 5, + /obj/item/clothing/head/pin/bow/big/red = 5, + /obj/item/clothing/head/hardhat = 2, + /obj/item/clothing/head/hardhat/orange = 2, + /obj/item/clothing/head/hardhat/red = 2, + /obj/item/clothing/head/hardhat/dblue = 2, + /obj/item/clothing/head/boaterhat = 5, + /obj/item/clothing/head/bowler = 5, + /obj/item/clothing/head/fez = 5, + /obj/item/clothing/head/rice = 5, + /obj/item/clothing/head/that = 5, + /obj/item/clothing/head/ushanka = 5, + /obj/item/clothing/head/santa = 5, + /obj/item/clothing/head/hijab = 5, + /obj/item/clothing/head/kippa = 5, + /obj/item/clothing/head/turban = 5, + /obj/item/clothing/head/taqiyah = 5, + /obj/item/clothing/head/beanie = 5, + /obj/item/clothing/head/beanie_loose = 5, + /obj/item/clothing/head/beretg = 5, + /obj/item/clothing/head/sombrero = 5, + /obj/item/clothing/head/flatcap/grey = 5, + /obj/item/clothing/head/traveller = 5, + /obj/item/clothing/head/maangtikka = 5, + /obj/item/clothing/head/jingasa = 5, + /obj/item/clothing/head/fluff/headbando = 5, + /obj/item/clothing/head/woodcirclet = 10, //Can be used to craft specific flower crowns, leaving the flower variants out. + /obj/item/clothing/head/half_pint = 5, + /obj/item/clothing/head/bard = 5, + /obj/item/clothing/head/hood/aureate = 5, + /obj/item/clothing/head/hood/aureate/dark = 5, + /obj/item/clothing/head/kitty = 5, + /obj/item/clothing/head/rabbitears = 5, ) premium = list( - /obj/item/clothing/gloves/rainbow = 1, - /obj/item/clothing/shoes/rainbow = 1, + /obj/item/clothing/gloves/rainbow = 5, + /obj/item/clothing/shoes/rainbow = 5, + /obj/item/clothing/head/soft/rainbow = 5, + /obj/item/clothing/head/hardhat/white = 2, + /obj/item/clothing/head/philosopher_wig = 5, + /obj/item/clothing/head/powdered_wig = 5, ) contraband = list( /obj/item/clothing/shoes/syndigaloshes = 1, /obj/item/clothing/shoes/clown_shoes = 1, + /obj/item/clothing/head/collectable/slime = 3, ) price_default = 10 @@ -85,24 +174,67 @@ products = list( /obj/item/pda = 25, /obj/item/radio/headset = 25, - /obj/item/storage/backpack/ = 10, + /obj/item/storage/backpack = 10, /obj/item/storage/backpack/messenger = 10, /obj/item/storage/backpack/satchel = 10, + /obj/item/storage/backpack/rig = 10, + /obj/item/storage/backpack/dufflebag = 10, /obj/item/clothing/under/color = 5, /obj/item/clothing/under/color/aqua = 5, /obj/item/clothing/under/color/black = 5, - /obj/item/clothing/under/color/blackjumpskirt = 5, + /obj/item/clothing/under/color/blackf = 5, + /obj/item/clothing/under/color/darkblue = 5, /obj/item/clothing/under/color/blue = 5, /obj/item/clothing/under/color/brown = 5, + /obj/item/clothing/under/color/lightbrown = 5, /obj/item/clothing/under/color/green = 5, + /obj/item/clothing/under/color/lightgreen = 5, /obj/item/clothing/under/color/grey = 5, /obj/item/clothing/under/color/orange = 5, /obj/item/clothing/under/color/pink = 5, /obj/item/clothing/under/color/red = 5, /obj/item/clothing/under/color/white = 5, /obj/item/clothing/under/color/yellow = 5, + /obj/item/clothing/under/color/yellowgreen = 5, + /obj/item/clothing/under/color/lightred = 5, + /obj/item/clothing/under/color/darkred = 5, + /obj/item/clothing/under/color/blackjumpskirt = 5, + /obj/item/clothing/under/color/pink_skirt = 5, + /obj/item/clothing/under/color/black_skirt = 5, + /obj/item/clothing/under/color/lgreen_skirt = 5, + /obj/item/clothing/under/color/green_skirt = 5, + /obj/item/clothing/under/color/orange_skirt = 5, + /obj/item/clothing/under/color/yellow_skirt = 5, + /obj/item/clothing/under/color/white_skirt = 5, + /obj/item/clothing/under/color/grey_skirt = 5, + /obj/item/clothing/under/color/lbrown_skirt = 5, + /obj/item/clothing/under/color/brown_skirt = 5, + /obj/item/clothing/under/color/red_skirt = 5, + /obj/item/clothing/under/color/teal_skirt = 5, + /obj/item/clothing/under/color/lblue_skirt = 5, + /obj/item/clothing/under/color/blue_skirt = 5, + /obj/item/clothing/under/color/lpurple_skirt = 5, + /obj/item/clothing/under/color/maroon_skirt = 5, + /obj/item/clothing/under/color/pink_skirt = 5, + /obj/item/clothing/under/assistantformal = 5, + /obj/item/clothing/under/assistantformal_fem = 5, /obj/item/clothing/shoes/black = 20, /obj/item/clothing/shoes/white = 20, + /obj/item/clothing/shoes/brown = 5, + /obj/item/clothing/shoes/blue = 5, + /obj/item/clothing/shoes/green = 5, + /obj/item/clothing/shoes/yellow = 5, + /obj/item/clothing/shoes/purple = 5, + /obj/item/clothing/shoes/red = 5, + /obj/item/clothing/shoes/white = 5, + ) + premium = list( + /obj/item/clothing/under/color/rainbow = 5, + /obj/item/clothing/under/color/rainbow_skirt = 5, + /obj/item/clothing/shoes/rainbow = 10, + ) + contraband = list( + /obj/item/clothing/under/psyche = 5, ) /obj/machinery/vending/loadout/accessory @@ -130,15 +262,32 @@ /obj/item/clothing/accessory/collar/pink = 5, /obj/item/clothing/accessory/collar/holo = 5, /obj/item/clothing/accessory/collar/shock = 5, + /obj/item/clothing/accessory/cowledvest = 5, /obj/item/storage/belt/fannypack = 1, /obj/item/storage/belt/fannypack/white = 5, /obj/item/clothing/accessory/fullcape = 5, /obj/item/clothing/accessory/halfcape = 5, /obj/item/clothing/accessory/hawaii = 5, + /obj/item/clothing/accessory/hawaii/red = 5, /obj/item/clothing/accessory/hawaii/random = 5, /obj/item/clothing/accessory/locket = 5, + /obj/item/clothing/accessory/metal_necklace = 5, + /obj/item/clothing/accessory/halo_projector = 5, /obj/item/storage/backpack/purse = 1, /obj/item/clothing/accessory/sash = 5, + /obj/item/clothing/accessory/mekkyaku = 5, + /obj/item/clothing/accessory/armsocks = 5, + /obj/item/clothing/accessory/armsock_left = 5, + /obj/item/clothing/accessory/armsock_right = 5, + /obj/item/clothing/accessory/gaiter = 5, + /obj/item/clothing/accessory/gaiter/tan = 5, + /obj/item/clothing/accessory/gaiter/gray = 5, + /obj/item/clothing/accessory/gaiter/green = 5, + /obj/item/clothing/accessory/gaiter/blue = 5, + /obj/item/clothing/accessory/gaiter/purple = 5, + /obj/item/clothing/accessory/gaiter/orange = 5, + /obj/item/clothing/accessory/gaiter/charcoal = 5, + /obj/item/clothing/accessory/gaiter/snow = 5, /obj/item/clothing/accessory/scarf = 5, /obj/item/clothing/accessory/scarf/red = 5, /obj/item/clothing/accessory/scarf/darkblue = 5, @@ -153,6 +302,7 @@ /obj/item/clothing/accessory/scarf/stripedred = 5, /obj/item/clothing/accessory/scarf/stripedgreen = 5, /obj/item/clothing/accessory/scarf/stripedblue = 5, + /obj/item/clothing/accessory/tajaran/scarf = 5, /obj/item/clothing/accessory/jacket = 5, /obj/item/clothing/accessory/jacket/checkered = 5, /obj/item/clothing/accessory/jacket/burgundy = 5, @@ -193,17 +343,29 @@ /obj/item/clothing/accessory/wcoat/swvest = 5, /obj/item/clothing/accessory/wcoat/swvest/blue = 5, /obj/item/clothing/accessory/wcoat/swvest/red = 5, + /obj/item/clothing/accessory/buttonup = 5, + /obj/item/clothing/accessory/buttonup/untucked = 5, + /obj/item/clothing/accessory/flops = 5, + /obj/item/clothing/accessory/civ_exos_mob = 5, /obj/item/storage/wallet = 5, /obj/item/storage/wallet/poly = 5, /obj/item/storage/wallet/womens = 5, + /obj/item/haircomb = 5, /obj/item/lipstick = 5, /obj/item/lipstick/purple = 5, /obj/item/lipstick/jade = 5, /obj/item/lipstick/black = 5, + /obj/item/lipstick/cyan = 5, + /obj/item/lipstick/maroon = 5, + /obj/item/lipstick/orange = 5, + /obj/item/lipstick/pink = 5, + /obj/item/lipstick/white = 5, + /obj/item/lipstick/yellow = 5, /obj/item/clothing/ears/earmuffs = 5, /obj/item/clothing/ears/earmuffs/headphones = 5, /obj/item/clothing/ears/earring/stud = 5, /obj/item/clothing/ears/earring/dangle = 5, + /obj/item/clothing/ears/laurel = 5, /obj/item/clothing/gloves/ring/mariner = 5, /obj/item/clothing/gloves/ring/engagement = 5, /obj/item/clothing/gloves/ring/seal/signet = 5, @@ -218,18 +380,44 @@ /obj/item/clothing/glasses/thin = 5, /obj/item/clothing/glasses/monocle = 5, /obj/item/clothing/glasses/goggles = 5, + /obj/item/clothing/glasses/regular/scanners = 5, + /obj/item/clothing/glasses/fluff/spiffygogs = 5, + /obj/item/clothing/glasses/redglasses = 5, + /obj/item/clothing/glasses/orangeglasses = 5, /obj/item/clothing/glasses/fluff/spiffygogs = 5, /obj/item/clothing/glasses/fakesunglasses = 5, /obj/item/clothing/glasses/fakesunglasses/aviator = 5, + /obj/item/clothing/glasses/sunglasses/fakeblindfold/whiteblindfold = 5, /obj/item/clothing/mask/bandana/blue = 5, /obj/item/clothing/mask/bandana/gold = 5, /obj/item/clothing/mask/bandana/green = 5, /obj/item/clothing/mask/bandana/red = 5, /obj/item/clothing/mask/surgical = 5, + /obj/item/clothing/mask/gas/half = 5, /obj/item/clothing/mask/warmer = 5, - ) - premium = list(/obj/item/bedsheet/rainbow = 1) - contraband = list(/obj/item/clothing/mask/gas/clown_hat = 1) + ) + premium = list( + /obj/item/bedsheet/rainbow = 5, + /obj/item/clothing/ears/laurel/silver = 5, + /obj/item/clothing/ears/laurel/gold = 5, + /obj/item/clothing/accessory/storage/laconic = 5, //putting all of the storage accessories in premium + /obj/item/clothing/accessory/storage/webbing = 5, //these can also be ordered from Cargo + /obj/item/clothing/accessory/storage/brown_vest = 5, + /obj/item/clothing/accessory/storage/black_vest = 5, + /obj/item/clothing/accessory/storage/white_vest = 5, + /obj/item/clothing/accessory/storage/black_drop_pouches = 5, + /obj/item/clothing/accessory/storage/brown_drop_pouches = 5, + /obj/item/clothing/accessory/storage/white_drop_pouches = 5, + ) + contraband = list( + /obj/item/clothing/mask/gas/clown_hat = 5, + /obj/item/clothing/accessory/disenchanted_talisman = 5, + /obj/item/clothing/glasses/badglasses = 5, + /obj/item/clothing/glasses/sunglasses/blindfold/whiteblindfold = 5, + /obj/item/clothing/mask/bandana/skull = 5, + /obj/item/clothing/mask/balaclava = 5, + /obj/item/clothing/mask/muzzle = 5, + ) price_default = 10 /obj/machinery/vending/loadout/clothing @@ -253,6 +441,12 @@ /obj/item/clothing/under/cheongsam/green = 5, /obj/item/clothing/under/cheongsam/purple = 5, /obj/item/clothing/under/cheongsam/darkblue = 5, + /obj/item/clothing/under/future_fashion = 5, + /obj/item/clothing/under/future_fashion/green_striped = 5, + /obj/item/clothing/under/future_fashion/light_blue_striped = 5, + /obj/item/clothing/under/future_fashion/orange_striped = 5, + /obj/item/clothing/under/future_fashion/purple_striped = 5, + /obj/item/clothing/under/future_fashion/red_striped = 5, /obj/item/clothing/under/croptop = 5, /obj/item/clothing/under/croptop/red = 5, /obj/item/clothing/under/croptop/grey = 5, @@ -262,43 +456,73 @@ /obj/item/clothing/under/dress/dress_fire = 5, /obj/item/clothing/under/dress/flamenco = 5, /obj/item/clothing/under/dress/flower_dress = 5, + /obj/item/clothing/under/festivedress = 5, + /obj/item/clothing/under/verglasdress = 5, + /obj/item/clothing/under/businessskirt_female = 5, + /obj/item/clothing/under/simpledress = 5, + /obj/item/clothing/under/dress/twistdress = 5, + /obj/item/clothing/under/dress/cropdress = 5, + /obj/item/clothing/under/dress/summer = 5, + /obj/item/clothing/under/dress/summer/blue = 5, + /obj/item/clothing/under/dress/summer/red = 5, + /obj/item/clothing/under/dress/summer/gold = 5, /obj/item/clothing/under/fluff/gnshorts = 5, + /obj/item/clothing/under/color/ranger = 5, /obj/item/clothing/under/color = 5, /obj/item/clothing/under/color/aqua = 5, /obj/item/clothing/under/color/black = 5, /obj/item/clothing/under/color/blackf = 5, - /obj/item/clothing/under/color/blackjumpskirt = 5, + /obj/item/clothing/under/color/darkblue = 5, /obj/item/clothing/under/color/blue = 5, /obj/item/clothing/under/color/brown = 5, - /obj/item/clothing/under/color/darkblue = 5, - /obj/item/clothing/under/color/darkred = 5, - /obj/item/clothing/under/color/green = 5, - /obj/item/clothing/under/color/grey = 5, - /obj/item/clothing/under/color/lightblue = 5, /obj/item/clothing/under/color/lightbrown = 5, + /obj/item/clothing/under/color/green = 5, /obj/item/clothing/under/color/lightgreen = 5, - /obj/item/clothing/under/color/lightpurple = 5, - /obj/item/clothing/under/color/lightred = 5, + /obj/item/clothing/under/color/grey = 5, /obj/item/clothing/under/color/orange = 5, /obj/item/clothing/under/color/pink = 5, - /obj/item/clothing/under/color/prison = 5, - /obj/item/clothing/under/color/ranger = 5, /obj/item/clothing/under/color/red = 5, /obj/item/clothing/under/color/white = 5, /obj/item/clothing/under/color/yellow = 5, /obj/item/clothing/under/color/yellowgreen = 5, + /obj/item/clothing/under/color/lightred = 5, + /obj/item/clothing/under/color/darkred = 5, + /obj/item/clothing/under/color/blackjumpskirt = 5, + /obj/item/clothing/under/color/pink_skirt = 5, + /obj/item/clothing/under/color/black_skirt = 5, + /obj/item/clothing/under/color/lgreen_skirt = 5, + /obj/item/clothing/under/color/green_skirt = 5, + /obj/item/clothing/under/color/orange_skirt = 5, + /obj/item/clothing/under/color/yellow_skirt = 5, + /obj/item/clothing/under/color/white_skirt = 5, + /obj/item/clothing/under/color/grey_skirt = 5, + /obj/item/clothing/under/color/lbrown_skirt = 5, + /obj/item/clothing/under/color/brown_skirt = 5, + /obj/item/clothing/under/color/red_skirt = 5, + /obj/item/clothing/under/color/teal_skirt = 5, + /obj/item/clothing/under/color/lblue_skirt = 5, + /obj/item/clothing/under/color/blue_skirt = 5, + /obj/item/clothing/under/color/lpurple_skirt = 5, + /obj/item/clothing/under/color/maroon_skirt = 5, + /obj/item/clothing/under/color/pink_skirt = 5, + /obj/item/clothing/under/assistantformal = 5, + /obj/item/clothing/under/assistantformal_fem = 5, /obj/item/clothing/under/brandjumpsuit/aether = 5, /obj/item/clothing/under/brandjumpsuit/focal = 5, /obj/item/clothing/under/brandjumpsuit/hephaestus = 5, /obj/item/clothing/under/brandjumpsuit/wardt = 5, /obj/item/clothing/under/kilt = 5, - /obj/item/clothing/under/fluff/latexmaid = 5, + /obj/item/clothing/under/blueshortskirt = 5, /obj/item/clothing/under/dress/lilacdress = 5, + /obj/item/clothing/under/dress/white = 5, /obj/item/clothing/under/dress/white2 = 5, + /obj/item/clothing/under/dress/white3 = 5, /obj/item/clothing/under/dress/white4 = 5, + /obj/item/clothing/under/fluff/latexmaid = 5, /obj/item/clothing/under/dress/maid = 5, /obj/item/clothing/under/dress/maid/sexy = 5, /obj/item/clothing/under/dress/maid/janitor = 5, + /obj/item/clothing/under/dress/maid/neko = 5, /obj/item/clothing/head/headband/maid = 5, /obj/item/clothing/under/kamishimo = 5, /obj/item/clothing/under/kimono = 5, @@ -325,6 +549,15 @@ /obj/item/clothing/under/oldwoman = 5, /obj/item/clothing/under/frontier = 5, /obj/item/clothing/under/brandjumpsuit/mbill = 5, + /obj/item/clothing/under/laconic = 5, + /obj/item/clothing/under/blueshift = 5, + /obj/item/clothing/under/office_worker = 5, + /obj/item/clothing/under/pants = 5, + /obj/item/clothing/under/pants/white = 5, + /obj/item/clothing/under/pants/red = 5, + /obj/item/clothing/under/pants/black = 5, + /obj/item/clothing/under/pants/tan = 5, + /obj/item/clothing/under/pants/khaki = 5, /obj/item/clothing/under/pants/baggy/ = 5, /obj/item/clothing/under/pants/baggy/classicjeans = 5, /obj/item/clothing/under/pants/baggy/mustangjeans = 5, @@ -351,8 +584,10 @@ /obj/item/clothing/under/pants/track/green = 5, /obj/item/clothing/under/pants/track/blue = 5, /obj/item/clothing/under/pants/yogapants = 5, + /obj/item/clothing/under/utility_fur_pants = 5, + /obj/item/clothing/under/tracksuit_blue = 5, /obj/item/clothing/under/ascetic = 5, - /obj/item/clothing/under/dress/white3 = 5, + /obj/item/clothing/under/ascetic_fem = 5, /obj/item/clothing/under/skirt/pleated = 5, /obj/item/clothing/under/dress/darkred = 5, /obj/item/clothing/under/dress/redeveninggown = 5, @@ -360,6 +595,7 @@ /obj/item/clothing/under/dress/sailordress = 5, /obj/item/clothing/under/dress/sari = 5, /obj/item/clothing/under/dress/sari/green = 5, + /obj/item/clothing/under/pentagramdress = 5, /obj/item/clothing/under/shorts/red = 5, /obj/item/clothing/under/shorts/green = 5, /obj/item/clothing/under/shorts/blue = 5, @@ -367,12 +603,17 @@ /obj/item/clothing/under/shorts/grey = 5, /obj/item/clothing/under/shorts/white = 5, /obj/item/clothing/under/shorts/jeans = 5, - /obj/item/clothing/under/shorts/jeans/ = 5, + /obj/item/clothing/under/shorts/jeans/female = 5, /obj/item/clothing/under/shorts/jeans/classic = 5, + /obj/item/clothing/under/shorts/jeans/classic/female = 5, /obj/item/clothing/under/shorts/jeans/mustang = 5, + /obj/item/clothing/under/shorts/jeans/mustang/female = 5, /obj/item/clothing/under/shorts/jeans/youngfolks = 5, + /obj/item/clothing/under/shorts/jeans/youngfolks/female = 5, /obj/item/clothing/under/shorts/jeans/black = 5, + /obj/item/clothing/under/shorts/jeans/black/female = 5, /obj/item/clothing/under/shorts/jeans/grey = 5, + /obj/item/clothing/under/shorts/jeans/grey/female = 5, /obj/item/clothing/under/shorts/khaki/ = 5, /obj/item/clothing/under/skirt/loincloth = 5, /obj/item/clothing/under/skirt/khaki = 5, @@ -384,7 +625,11 @@ /obj/item/clothing/under/skirt/outfit/plaid_red = 5, /obj/item/clothing/under/skirt/outfit/plaid_purple = 5, /obj/item/clothing/under/skirt/outfit/plaid_green = 5, + /obj/item/clothing/under/greyskirt_female = 5, + /obj/item/clothing/under/overalls = 5, + /obj/item/clothing/under/overalls_fem = 5, /obj/item/clothing/under/overalls/sleek = 5, + /obj/item/clothing/under/overalls/sleek_fem = 5, /obj/item/clothing/under/sl_suit = 5, /obj/item/clothing/under/gentlesuit = 5, /obj/item/clothing/under/gentlesuit/skirt = 5, @@ -405,16 +650,38 @@ /obj/item/clothing/under/suit_jacket/checkered/skirt = 5, /obj/item/clothing/under/suit_jacket/tan = 5, /obj/item/clothing/under/suit_jacket/tan/skirt = 5, + /obj/item/clothing/under/lawyer = 5, + /obj/item/clothing/under/lawyer/black = 5, + /obj/item/clothing/under/lawyer/black/skirt = 5, + /obj/item/clothing/under/lawyer/female = 5, + /obj/item/clothing/under/lawyer/red = 5, + /obj/item/clothing/under/lawyer/red/skirt = 5, + /obj/item/clothing/under/lawyer/blue = 5, + /obj/item/clothing/under/lawyer/blue/skirt = 5, + /obj/item/clothing/under/lawyer/bluesuit = 5, + /obj/item/clothing/under/lawyer/bluesuit/skirt = 5, + /obj/item/clothing/under/lawyer/purpsuit = 5, + /obj/item/clothing/under/lawyer/purpsuit/skirt = 5, + /obj/item/clothing/under/lawyer/oldman = 5, + /obj/item/clothing/under/fiendsuit = 5, + /obj/item/clothing/under/fienddress = 5, + /obj/item/clothing/under/sitri = 5, /obj/item/clothing/under/scratch = 5, /obj/item/clothing/under/scratch/skirt = 5, /obj/item/clothing/under/sundress = 5, /obj/item/clothing/under/sundress_white = 5, /obj/item/clothing/under/turtlebaggy = 5, + /obj/item/clothing/under/turtlebaggy/cream_fem = 5, /obj/item/clothing/under/turtlebaggy/purple = 5, + /obj/item/clothing/under/turtlebaggy/purple_fem = 5, /obj/item/clothing/under/turtlebaggy/red = 5, + /obj/item/clothing/under/turtlebaggy/red_fem = 5, /obj/item/clothing/under/turtlebaggy/blue = 5, + /obj/item/clothing/under/turtlebaggy/blue_fem = 5, /obj/item/clothing/under/turtlebaggy/green = 5, + /obj/item/clothing/under/turtlebaggy/green_fem = 5, /obj/item/clothing/under/turtlebaggy/black = 5, + /obj/item/clothing/under/turtlebaggy/black_fem = 5, /obj/item/clothing/under/rank/psych/turtleneck/sweater = 5, /obj/item/storage/box/fluff/swimsuit = 5, /obj/item/storage/box/fluff/swimsuit/blue = 5, @@ -432,19 +699,72 @@ /obj/item/storage/box/fluff/swimsuit/highclass = 3, /obj/item/storage/box/fluff/swimsuit/latex = 3, /obj/item/storage/box/rainponcho = 5, + /obj/item/clothing/under/redpyjamas = 5, + /obj/item/clothing/under/redpyjamas_fem = 5, + /obj/item/clothing/under/bluepyjamas = 5, + /obj/item/clothing/under/bluepyjamas_fem = 5, /obj/item/clothing/under/utility = 5, /obj/item/clothing/under/utility/grey = 5, /obj/item/clothing/under/utility/blue = 5, /obj/item/clothing/under/fluff/v_nanovest = 5, /obj/item/clothing/under/dress/westernbustle = 5, + /obj/item/clothing/under/dutchuniform = 5, + /obj/item/clothing/under/victorianblred = 5, + /obj/item/clothing/under/fem_victorianblred = 5, + /obj/item/clothing/under/victorianredvest = 5, + /obj/item/clothing/under/fem_victorianredvest = 5, + /obj/item/clothing/under/victorianvest = 5, + /obj/item/clothing/under/fem_victorianvest = 5, + /obj/item/clothing/under/victorianlightfire = 5, + /obj/item/clothing/under/fem_victorianlightfire = 5, + /obj/item/clothing/under/victorianreddress = 5, + /obj/item/clothing/under/victorianblackdress = 5, + /obj/item/clothing/under/highwayman_clothes = 5, + /obj/item/clothing/under/highwayman_clothes_fem = 5, /obj/item/clothing/under/wedding/bride_white = 5, + /obj/item/clothing/under/wedding/bride_orange = 5, + /obj/item/clothing/under/wedding/bride_purple = 5, + /obj/item/clothing/under/wedding/bride_blue = 5, + /obj/item/clothing/under/wedding/bride_red = 5, /obj/item/clothing/under/redcoatformal = 2, + /obj/item/clothing/under/navy_gray = 5, + /obj/item/clothing/under/smooth_gray = 5, + /obj/item/clothing/under/chiming_dress = 5, + /obj/item/clothing/under/hasie = 5, + /obj/item/clothing/under/littleblackdress = 5, + /obj/item/clothing/under/haltertop = 5, + /obj/item/clothing/under/fluff/siren = 5, + /obj/item/clothing/under/half_moon = 5, + /obj/item/clothing/under/bodysuit = 5, + /obj/item/clothing/under/bodysuit_fem = 5, + /obj/item/clothing/under/bodysuit/bodysuiteva = 5, + /obj/item/clothing/under/bodysuit/bodysuiteva_fem = 5, + /obj/item/clothing/under/bodysuit/alt = 5, + /obj/item/clothing/under/bodysuit/alt_fem = 5, + /obj/item/clothing/under/bodysuit/alt/sleeveless = 5, + /obj/item/clothing/under/bodysuit/alt_fem/sleeveless = 5, + /obj/item/clothing/under/bodysuit/alt/pants = 5, + /obj/item/clothing/under/bodysuit/alt_fem/pants = 5, + /obj/item/clothing/under/skinsuit = 5, + /obj/item/clothing/under/skinsuit_fem = 5, + /obj/item/clothing/under/skinsuit/gray = 5, + /obj/item/clothing/under/skinsuit_fem/gray = 5, + /obj/item/clothing/under/skinsuit/leotard = 5, + /obj/item/clothing/under/skinsuit_fem/leotard = 5, + /obj/item/clothing/under/skinsuit/leotard/gray = 5, + /obj/item/clothing/under/skinsuit_fem/leotard/gray = 5, + /obj/item/clothing/under/skinsuit_striped = 5, /obj/item/clothing/under/leotardcolor = 5, /obj/item/clothing/under/leotard = 5, + /obj/item/clothing/under/leotardwindow = 5, + /obj/item/clothing/under/bountyskin = 5, /obj/item/clothing/under/bunnysuit_f = 5, /obj/item/clothing/under/bunnysuit_m = 5, + /obj/item/clothing/under/fashionminiskirt = 5, /obj/item/clothing/under/tabard_w = 5, /obj/item/clothing/under/tabard_b = 5, + /obj/item/clothing/under/hawaiian = 5, + /obj/item/clothing/under/tourist = 5, /obj/item/clothing/under/toga = 5, /obj/item/clothing/under/countess = 5, /obj/item/clothing/under/baroness = 5, @@ -452,15 +772,37 @@ /obj/item/clothing/under/belial = 5, /obj/item/clothing/under/lilin = 5, /obj/item/clothing/under/asmodai = 5, - /obj/item/storage/backpack/ = 5, - /obj/item/storage/backpack/messenger = 5, - /obj/item/storage/backpack/satchel = 5, + /obj/item/clothing/under/tribal_tunic = 5, + /obj/item/clothing/under/tribal_tunic_fem = 5, + /obj/item/clothing/under/druidic_gown = 5, + /obj/item/clothing/under/druidic_gown_fem = 5, + /obj/item/clothing/under/acolyte_hunter = 5, + /obj/item/clothing/under/acolyte_hunter_fem = 5, + /obj/item/clothing/under/shamanblue = 5, + /obj/item/clothing/under/shamanblue_fem = 5, + /obj/item/clothing/under/shamanred = 5, + /obj/item/clothing/under/shamanred_fem = 5, + /obj/item/clothing/under/hunter = 5, + /obj/item/clothing/under/hunter_fem = 5, + /obj/item/clothing/under/gatherer = 5, + /obj/item/clothing/under/gatherer_fem = 5, + /obj/item/storage/backpack = 10, + /obj/item/storage/backpack/messenger = 10, + /obj/item/storage/backpack/satchel = 10, + /obj/item/storage/backpack/rig = 10, + /obj/item/storage/backpack/dufflebag = 10, ) premium = list( /obj/item/clothing/under/color/rainbow = 1, ) contraband = list( /obj/item/clothing/under/rank/clown = 1, + /obj/item/clothing/under/pants/ripped = 5, + /obj/item/clothing/under/pants/classicjeans/ripped = 5, + /obj/item/clothing/under/pants/mustangjeans/ripped = 5, + /obj/item/clothing/under/pants/blackjeans/ripped = 5, + /obj/item/clothing/under/pants/greyjeans/ripped = 5, + /obj/item/clothing/under/blackshortsripped = 5, ) price_default = 10 @@ -483,6 +825,7 @@ /obj/item/paicard = 5, /obj/item/communicator = 10, /obj/item/communicator/watch = 10, + /obj/item/clothing/gloves/size = 10, /obj/item/radio = 10, /obj/item/camera = 5, /obj/item/tape_recorder = 5, @@ -543,9 +886,13 @@ vend_delay = 16 products = list( /obj/item/clothing/suit/storage/apron = 5, + /obj/item/clothing/suit/storage/apron/white = 5, /obj/item/clothing/suit/storage/flannel/aqua = 5, /obj/item/clothing/suit/storage/toggle/bomber = 5, /obj/item/clothing/suit/storage/bomber/alt = 5, + /obj/item/clothing/suit/storage/toggle/bomber/pilot = 5, + /obj/item/clothing/suit/storage/toggle/fur_bomber = 5, + /obj/item/clothing/suit/storage/bomj = 5, /obj/item/clothing/suit/storage/flannel/brown = 5, /obj/item/clothing/suit/storage/toggle/cardigan = 5, /obj/item/clothing/accessory/poncho/roles/cloak/custom = 5, @@ -558,6 +905,7 @@ /obj/item/clothing/suit/greatcoat = 5, /obj/item/clothing/suit/storage/flannel = 5, /obj/item/clothing/suit/storage/greyjacket = 5, + /obj/item/clothing/suit/storage/stripe_jacket = 5, /obj/item/clothing/suit/storage/hazardvest = 5, /obj/item/clothing/suit/storage/toggle/hoodie/black = 5, /obj/item/clothing/suit/storage/toggle/hoodie/red = 5, @@ -577,6 +925,8 @@ /obj/item/clothing/suit/storage/fluff/jacket/special_forces = 5, /obj/item/clothing/suit/kamishimo = 5, /obj/item/clothing/suit/kimono = 5, + /obj/item/clothing/suit/storage/aureate = 5, + /obj/item/clothing/suit/storage/aureate/dark = 5, /obj/item/clothing/suit/storage/toggle/labcoat = 5, /obj/item/clothing/suit/storage/toggle/labcoat/green = 5, /obj/item/clothing/suit/leathercoat = 5, @@ -591,18 +941,81 @@ /obj/item/clothing/suit/storage/toggle/leather_jacket/nanotrasen/sleeveless = 5, /obj/item/clothing/suit/storage/toggle/brown_jacket/nanotrasen/sleeveless = 5, /obj/item/clothing/suit/storage/miljacket = 5, + /obj/item/clothing/suit/storage/miljacket/tan = 5, + /obj/item/clothing/suit/storage/miljacket/grey = 5, /obj/item/clothing/suit/storage/miljacket/alt = 5, + /obj/item/clothing/suit/storage/miljacket/navy = 5, + /obj/item/clothing/suit/storage/miljacket/black = 5, /obj/item/clothing/suit/storage/miljacket/green = 5, + /obj/item/clothing/suit/storage/miljacket/white = 5, + /obj/item/clothing/suit/storage/toggle/moto_jacket = 5, /obj/item/clothing/suit/storage/apron/overalls = 5, /obj/item/clothing/suit/storage/toggle/peacoat = 5, + /obj/item/clothing/suit/storage/dutchcoat = 5, + /obj/item/clothing/suit/storage/tailcoat = 5, + /obj/item/clothing/suit/storage/redladiesvictoriancoat = 5, + /obj/item/clothing/suit/storage/ladiesvictoriancoat = 5, + /obj/item/clothing/suit/darkfur = 5, + /obj/item/clothing/suit/storage/furcoat = 5, + /obj/item/clothing/suit/storage/noble_coat = 5, + /obj/item/clothing/suit/storage/triadkiller = 5, + /obj/item/clothing/suit/storage/hooded/mercy = 5, + /obj/item/clothing/suit/storage/bladerunner = 5, + /obj/item/clothing/suit/storage/overcoat_fancy = 5, + /obj/item/clothing/suit/storage/overcoat_fancy/black = 5, + /obj/item/clothing/suit/storage/cropped_turtleneck = 5, + /obj/item/clothing/suit/storage/cropped_hoodie = 5, + /obj/item/clothing/suit/storage/cropped_hoodie/croppier = 5, + /obj/item/clothing/suit/storage/cropped_hoodie/croppierer = 5, + /obj/item/clothing/suit/storage/cropped_hoodie/croppiest = 5, + /obj/item/clothing/suit/storage/leather_cropped = 5, + /obj/item/clothing/suit/storage/leather_supercropped = 5, + /obj/item/clothing/suit/cropped_sweater = 5, + /obj/item/clothing/suit/cropped_sweater/female = 5, /obj/item/clothing/accessory/poncho = 5, /obj/item/clothing/accessory/poncho/green = 5, /obj/item/clothing/accessory/poncho/red = 5, /obj/item/clothing/accessory/poncho/purple = 5, /obj/item/clothing/accessory/poncho/blue = 5, + /obj/item/clothing/accessory/poncho/dust_cloak = 5, + /obj/item/clothing/accessory/poncho/dust_cloak/dark = 5, + /obj/item/clothing/accessory/poncho/dust_cloak/white = 5, + /obj/item/clothing/accessory/poncho/roles/cloak/custom = 5, + /obj/item/clothing/accessory/poncho/roles/cloak/glowing = 5, + /obj/item/clothing/accessory/poncho/roles/cloak/glowingdark = 5, + /obj/item/clothing/accessory/poncho/rough_cloak = 5, + /obj/item/clothing/accessory/poncho/rough_cloak/tan = 5, + /obj/item/clothing/suit/storage/toggle/slimleather = 5, + /obj/item/clothing/suit/storage/toggle/heated/ronincoat = 5, + /obj/item/clothing/suit/storage/toggle/heated = 5, + /obj/item/clothing/suit/storage/toggle/heated/half_pint = 5, + /obj/item/clothing/suit/storage/runner/half_moon = 5, /obj/item/clothing/suit/jacket/puffer = 5, /obj/item/clothing/suit/jacket/puffer/vest = 5, + /obj/item/clothing/suit/storage/toggle/brown_fancycoat = 5, + /obj/item/clothing/suit/storage/toggle/brown_fancycoat/black = 5, /obj/item/clothing/suit/storage/flannel/red = 5, + /obj/item/clothing/suit/storage/cyberpunk = 5, + /obj/item/clothing/suit/storage/cyberpunk/green = 5, + /obj/item/clothing/suit/storage/cyberpunk/black = 5, + /obj/item/clothing/suit/storage/cyberpunk/white = 5, + /obj/item/clothing/suit/storage/cyberpunk/long = 5, + /obj/item/clothing/suit/storage/cyberpunk/long/green = 5, + /obj/item/clothing/suit/storage/cyberpunk/long/black = 5, + /obj/item/clothing/suit/storage/cyberpunk/long/white = 5, + /obj/item/clothing/suit/storage/toggle/cybersun_paramedic = 5, + /obj/item/clothing/suit/storage/drive = 5, + /obj/item/clothing/suit/storage/drive/boxer = 5, + /obj/item/clothing/suit/storage/tunnelsnake = 5, + /obj/item/clothing/suit/storage/violet = 5, + /obj/item/clothing/suit/storage/jamrock = 5, + /obj/item/clothing/suit/storage/khaki = 5, + /obj/item/clothing/suit/storage/punkvest = 5, + /obj/item/clothing/suit/storage/onestar = 5, + /obj/item/clothing/suit/storage/vest/formal/dark = 5, + /obj/item/clothing/suit/storage/vest/formal/dark/caped = 5, + /obj/item/clothing/suit/storage/vest/formal/bleached = 5, + /obj/item/clothing/suit/laconic = 5, /obj/item/clothing/suit/unathi/robe = 5, /obj/item/clothing/suit/storage/snowsuit = 5, /obj/item/clothing/suit/storage/toggle/internalaffairs = 5, @@ -622,19 +1035,38 @@ /obj/item/clothing/suit/varsity/green = 5, /obj/item/clothing/suit/varsity/blue = 5, /obj/item/clothing/suit/varsity/brown = 5, + /obj/item/clothing/suit/storage/pullover = 5, + /obj/item/clothing/suit/storage/pullover/nt = 5, + /obj/item/clothing/suit/storage/mekkyaku = 5, + /obj/item/clothing/suit/storage/toggle/navy_coat_blue = 5, + /obj/item/clothing/suit/storage/toggle/navy_coat_brown = 5, + /obj/item/clothing/suit/storage/toggle/navy_coat_green = 5, + /obj/item/clothing/suit/storage/utility_fur_coat = 5, /obj/item/clothing/suit/storage/hooded/wintercoat = 5, /obj/item/clothing/suit/storage/hooded/wintercoat/aformal = 5, + /obj/item/clothing/suit/storage/hooded/wintercoat/olive = 5, + /obj/item/clothing/suit/storage/hooded/techpriest = 5, + /obj/item/clothing/suit/storage/hooded/vainglorious = 5, + /obj/item/clothing/suit/storage/hooded/raincoat = 5, + /obj/item/clothing/suit/storage/hooded/rainponcho = 5, /obj/item/clothing/suit/storage/teshari/cloak/standard/white_grey = 5, - /obj/item/clothing/suit/storage/gothcoat = 3, - /obj/item/clothing/suit/storage/hobo = 3, - /obj/item/clothing/suit/storage/kamina = 3, - /obj/item/clothing/suit/nerdshirt = 3, + /obj/item/clothing/suit/storage/gothcoat = 5, + /obj/item/clothing/suit/storage/hobo = 5, + /obj/item/clothing/suit/storage/kamina = 5, + /obj/item/clothing/suit/highwayman_jacket = 5, + /obj/item/clothing/suit/nerdshirt = 5, ) premium = list( /obj/item/clothing/suit/imperium_monk = 3, + /obj/item/clothing/suit/storage/hooded/wintercoat/ratvar/fake = 3, + /obj/item/clothing/suit/storage/hooded/wintercoat/narsie/fake = 3, + /obj/item/clothing/suit/storage/hooded/wintercoat/cosmic = 3, ) contraband = list( /obj/item/toy/katana = 1, + /obj/item/clothing/accessory/poncho/rough_cloak_torn = 5, + /obj/item/clothing/accessory/poncho/rough_cloak_torn/tan = 5, + /obj/item/clothing/suit/storage/toggle/varsity/worn = 5, ) price_default = 10 @@ -644,6 +1076,8 @@ product_ads = "Don't let your art be stifled!;Remember, practice makes perfect!;Break a leg!;Don't make me get the cane!;Thespian's Delight entering stage right!;Costumes for your acting needs!" icon_state = "Theater_b" products = list( + /obj/item/clothing/under/ballet = 5, + /obj/item/clothing/shoes/ballet = 5, /obj/item/clothing/suit/storage/hooded/carp_costume = 3, /obj/item/clothing/suit/storage/hooded/carp_costume = 3, /obj/item/clothing/suit/chickensuit = 3, @@ -686,6 +1120,7 @@ /obj/item/clothing/under/owl = 3, /obj/item/clothing/mask/gas/owl_mask = 3, /obj/item/clothing/under/waiter = 3, + /obj/item/clothing/under/waiter_fem = 3, /obj/item/clothing/suit/storage/apron = 3, /obj/item/clothing/under/pirate = 3, /obj/item/clothing/head/pirate = 3, @@ -787,6 +1222,10 @@ /obj/item/clothing/under/general = 3, /obj/item/clothing/under/american = 3, /obj/item/clothing/under/prussian = 3, + /obj/item/clothing/suit/samurai_replica = 3, + /obj/item/clothing/head/samurai_replica = 3, + /obj/item/clothing/mask/samurai = 3, + /obj/item/clothing/mask/samurai/colorable = 3, ) premium = list( /obj/item/clothing/suit/imperium_monk = 3, diff --git a/code/modules/loadout/loadout_suit.dm b/code/modules/loadout/loadout_suit.dm index d946895514e..67ea272130d 100644 --- a/code/modules/loadout/loadout_suit.dm +++ b/code/modules/loadout/loadout_suit.dm @@ -240,7 +240,7 @@ name = "Winter Coat" path = /obj/item/clothing/suit/storage/hooded/wintercoat -/datum/loadout_entry/suit/wintercoat +/datum/loadout_entry/suit/wintercoat/formal name = "Winter Coat - Assistant Formal" path = /obj/item/clothing/suit/storage/hooded/wintercoat/aformal @@ -488,6 +488,10 @@ name = "Brown Fancy Coat" path = /obj/item/clothing/suit/storage/toggle/brown_fancycoat +/datum/loadout_entry/suit/blackfancycoat + name = "Black Fancy Coat" + path = /obj/item/clothing/suit/storage/toggle/brown_fancycoat/black + /datum/loadout_entry/suit/motojacket name = "Motorcycle Jacket" path = /obj/item/clothing/suit/storage/toggle/moto_jacket @@ -520,6 +524,10 @@ name = "Fancy Overcoat Brown" path = /obj/item/clothing/suit/storage/overcoat_fancy +/datum/loadout_entry/suit/overcoat_fancy/black + name = "Fancy Overcoat Black" + path = /obj/item/clothing/suit/storage/overcoat_fancy/black + /datum/loadout_entry/suit/drive name = "Relatable Jacket" path = /obj/item/clothing/suit/storage/drive