diff --git a/code/game/machinery/vending_vr.dm b/code/game/machinery/vending_vr.dm
index 0bf7b947146..42275f5aa96 100644
--- a/code/game/machinery/vending_vr.dm
+++ b/code/game/machinery/vending_vr.dm
@@ -129,7 +129,7 @@
/obj/machinery/vending/fitness/New()
products += list(/obj/item/weapon/reagent_containers/food/snacks/liquidprotein = 8)
- prices += list(/obj/item/weapon/reagent_containers/food/snacks/liquidprotein = 10)
+ prices += list(/obj/item/weapon/reagent_containers/food/snacks/liquidprotein = 5)
..()
/obj/machinery/vending/blood
@@ -145,4 +145,1176 @@
/obj/item/weapon/reagent_containers/blood/empty = 5)
contraband = list(/obj/item/weapon/reagent_containers/glass/bottle/stoxin = 2)
req_log_access = access_cmo
- has_logs = 1
\ No newline at end of file
+ has_logs = 1
+
+/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."
+ icon_state = "glovesnshoes"
+ products = list(/obj/item/clothing/gloves/evening = 5,
+ /obj/item/clothing/gloves/fingerless = 5,
+ /obj/item/clothing/gloves/black = 5,
+ /obj/item/clothing/gloves/blue = 5,
+ /obj/item/clothing/gloves/brown = 5,
+ /obj/item/clothing/gloves/color = 5,
+ /obj/item/clothing/gloves/green = 5,
+ /obj/item/clothing/gloves/grey = 5,
+ /obj/item/clothing/gloves/sterile/latex = 5,
+ /obj/item/clothing/gloves/light_brown = 5,
+ /obj/item/clothing/gloves/sterile/nitrile = 5,
+ /obj/item/clothing/gloves/orange = 5,
+ /obj/item/clothing/gloves/purple = 5,
+ /obj/item/clothing/gloves/red = 5,
+ /obj/item/clothing/gloves/fluff/siren = 5,
+ /obj/item/clothing/gloves/white = 5,
+ /obj/item/clothing/gloves/duty = 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/boots/duty = 5,
+ /obj/item/clothing/shoes/flats/white/color = 5,
+ /obj/item/clothing/shoes/flipflop = 5,
+ /obj/item/clothing/shoes/heels = 5,
+ /obj/item/clothing/shoes/hitops/black = 5,
+ /obj/item/clothing/shoes/hitops/blue = 5,
+ /obj/item/clothing/shoes/hitops/green = 5,
+ /obj/item/clothing/shoes/hitops/orange = 5,
+ /obj/item/clothing/shoes/hitops/purple = 5,
+ /obj/item/clothing/shoes/hitops/red = 5,
+ /obj/item/clothing/shoes/flats/white/color = 5,
+ /obj/item/clothing/shoes/hitops/yellow = 5,
+ /obj/item/clothing/shoes/boots/jackboots = 5,
+ /obj/item/clothing/shoes/boots/jungle = 5,
+ /obj/item/clothing/shoes/black/cuffs = 5,
+ /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/black = 5,
+ /obj/item/clothing/shoes/blue = 5,
+ /obj/item/clothing/shoes/brown = 5,
+ /obj/item/clothing/shoes/laceup = 5,
+ /obj/item/clothing/shoes/green = 5,
+ /obj/item/clothing/shoes/leather = 5,
+ /obj/item/clothing/shoes/orange = 5,
+ /obj/item/clothing/shoes/purple = 5,
+ /obj/item/clothing/shoes/red = 5,
+ /obj/item/clothing/shoes/white = 5,
+ /obj/item/clothing/shoes/yellow = 5,
+ /obj/item/clothing/shoes/skater = 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/winter = 5,
+ /obj/item/clothing/shoes/boots/workboots = 5,
+ /obj/item/clothing/shoes/footwraps = 5)
+ prices = list(/obj/item/clothing/gloves/evening = 200,
+ /obj/item/clothing/gloves/fingerless = 200,
+ /obj/item/clothing/gloves/black = 200,
+ /obj/item/clothing/gloves/blue = 200,
+ /obj/item/clothing/gloves/brown = 200,
+ /obj/item/clothing/gloves/color = 200,
+ /obj/item/clothing/gloves/green = 200,
+ /obj/item/clothing/gloves/grey = 200,
+ /obj/item/clothing/gloves/sterile/latex = 200,
+ /obj/item/clothing/gloves/light_brown = 200,
+ /obj/item/clothing/gloves/sterile/nitrile = 200,
+ /obj/item/clothing/gloves/orange = 200,
+ /obj/item/clothing/gloves/purple = 200,
+ /obj/item/clothing/gloves/red = 200,
+ /obj/item/clothing/gloves/fluff/siren = 200,
+ /obj/item/clothing/gloves/white = 200,
+ /obj/item/clothing/gloves/duty = 200,
+ /obj/item/clothing/shoes/athletic = 100,
+ /obj/item/clothing/shoes/boots/fluff/siren = 100,
+ /obj/item/clothing/shoes/slippers = 100,
+ /obj/item/clothing/shoes/boots/cowboy/classic = 100,
+ /obj/item/clothing/shoes/boots/cowboy = 100,
+ /obj/item/clothing/shoes/boots/duty = 200,
+ /obj/item/clothing/shoes/flats/white/color = 100,
+ /obj/item/clothing/shoes/flipflop = 100,
+ /obj/item/clothing/shoes/heels = 100,
+ /obj/item/clothing/shoes/hitops/black = 100,
+ /obj/item/clothing/shoes/hitops/blue = 100,
+ /obj/item/clothing/shoes/hitops/green = 100,
+ /obj/item/clothing/shoes/hitops/orange = 100,
+ /obj/item/clothing/shoes/hitops/purple = 100,
+ /obj/item/clothing/shoes/hitops/red = 100,
+ /obj/item/clothing/shoes/flats/white/color = 100,
+ /obj/item/clothing/shoes/hitops/yellow = 100,
+ /obj/item/clothing/shoes/boots/jackboots = 100,
+ /obj/item/clothing/shoes/boots/jungle = 200,
+ /obj/item/clothing/shoes/black/cuffs = 100,
+ /obj/item/clothing/shoes/black/cuffs/blue = 100,
+ /obj/item/clothing/shoes/black/cuffs/red = 100,
+ /obj/item/clothing/shoes/sandal = 100,
+ /obj/item/clothing/shoes/black = 100,
+ /obj/item/clothing/shoes/blue = 100,
+ /obj/item/clothing/shoes/brown = 100,
+ /obj/item/clothing/shoes/laceup = 100,
+ /obj/item/clothing/shoes/green = 100,
+ /obj/item/clothing/shoes/leather = 100,
+ /obj/item/clothing/shoes/orange = 100,
+ /obj/item/clothing/shoes/purple = 100,
+ /obj/item/clothing/shoes/red = 100,
+ /obj/item/clothing/shoes/white = 100,
+ /obj/item/clothing/shoes/yellow = 100,
+ /obj/item/clothing/shoes/skater = 100,
+ /obj/item/clothing/shoes/boots/cowboy/snakeskin = 100,
+ /obj/item/clothing/shoes/boots/jackboots/toeless = 100,
+ /obj/item/clothing/shoes/boots/workboots/toeless = 100,
+ /obj/item/clothing/shoes/boots/winter = 100,
+ /obj/item/clothing/shoes/boots/workboots = 100,
+ /obj/item/clothing/shoes/footwraps = 100)
+ premium = list(/obj/item/clothing/gloves/rainbow = 1,
+ /obj/item/clothing/shoes/rainbow = 1,)
+ contraband = list(/obj/item/clothing/shoes/syndigaloshes = 1,
+ /obj/item/clothing/shoes/clown_shoes = 1)
+
+/obj/machinery/vending/loadout/uniform
+ name = "The Basics"
+ desc = "A vendor using compressed matter cartridges to store large amounts of basic station uniforms."
+ product_ads = "Don't get caught naked!;Pick up your uniform!;Using compressed matter cartridges and VERY ETHICAL labor practices, we bring you the uniforms you need!;No uniform? No problem!;We've got your covered!;The Basics is not responsible for being crushed under the amount of things inside our machines. DO NOT VEND IN EXCESS!!"
+ icon_state = "loadout"
+ icon_vend = "loadout-purchase"
+ vend_delay = 16
+ products = list(/obj/item/device/pda = 50,
+ /obj/item/device/radio/headset = 50,
+ /obj/item/weapon/storage/backpack/ = 10,
+ /obj/item/weapon/storage/backpack/messenger = 10,
+ /obj/item/weapon/storage/backpack/satchel = 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/blue = 5,
+ /obj/item/clothing/under/color/brown = 5,
+ /obj/item/clothing/under/color/green = 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/shoes/black = 20,
+ /obj/item/clothing/shoes/white = 20)
+
+/obj/machinery/vending/loadout/accessory
+ name = "Looty Inc."
+ desc = "A special vendor for accessories."
+ product_ads = "Want shinies? We have the shinies.;Need that special something to complete your outfit? We have what you need!;Ditch that old dull dangly something you've got and pick up one of our shinies!;Bracelets, collars, scarfs rings and more! We have the fancy things you need!;Does your pet need a collar? We don't judge! Keep them in line with one of one of ours!;Top of the line materials! 'Hand crafted' goods!"
+ icon_state = "accessory"
+ icon_vend = "accessory-purchase"
+ vend_delay = 6
+ products = list(/obj/item/clothing/accessory = 5,
+ /obj/item/clothing/accessory/armband/med/color = 10,
+ /obj/item/clothing/accessory/asymmetric = 5,
+ /obj/item/clothing/accessory/asymmetric/purple = 5,
+ /obj/item/clothing/accessory/asymmetric/green = 5,
+ /obj/item/clothing/accessory/bracelet = 5,
+ /obj/item/clothing/accessory/bracelet/material = 5,
+ /obj/item/clothing/accessory/bracelet/friendship = 5,
+ /obj/item/clothing/accessory/chaps = 5,
+ /obj/item/clothing/accessory/chaps/black = 5,
+ /obj/item/weapon/storage/briefcase/clutch = 1,
+ /obj/item/clothing/accessory/collar = 5,
+ /obj/item/clothing/accessory/collar/bell = 5,
+ /obj/item/clothing/accessory/collar/spike = 5,
+ /obj/item/clothing/accessory/collar/pink = 5,
+ /obj/item/clothing/accessory/collar/holo = 5,
+ /obj/item/clothing/accessory/collar/shock = 5,
+ /obj/item/weapon/storage/belt/fannypack = 1,
+ /obj/item/weapon/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/random = 5,
+ /obj/item/clothing/accessory/locket = 5,
+ /obj/item/weapon/storage/backpack/purse = 1,
+ /obj/item/clothing/accessory/sash = 5,
+ /obj/item/clothing/accessory/scarf = 5,
+ /obj/item/clothing/accessory/scarf/red = 5,
+ /obj/item/clothing/accessory/scarf/darkblue = 5,
+ /obj/item/clothing/accessory/scarf/purple = 5,
+ /obj/item/clothing/accessory/scarf/yellow = 5,
+ /obj/item/clothing/accessory/scarf/orange = 5,
+ /obj/item/clothing/accessory/scarf/lightblue = 5,
+ /obj/item/clothing/accessory/scarf/white = 5,
+ /obj/item/clothing/accessory/scarf/black = 5,
+ /obj/item/clothing/accessory/scarf/zebra = 5,
+ /obj/item/clothing/accessory/scarf/christmas = 5,
+ /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/jacket = 5,
+ /obj/item/clothing/accessory/jacket/checkered = 5,
+ /obj/item/clothing/accessory/jacket/burgundy = 5,
+ /obj/item/clothing/accessory/jacket/navy = 5,
+ /obj/item/clothing/accessory/jacket/charcoal = 5,
+ /obj/item/clothing/accessory/vest = 5,
+ /obj/item/clothing/accessory/sweater = 5,
+ /obj/item/clothing/accessory/sweater/pink = 5,
+ /obj/item/clothing/accessory/sweater/mint = 5,
+ /obj/item/clothing/accessory/sweater/blue = 5,
+ /obj/item/clothing/accessory/sweater/heart = 5,
+ /obj/item/clothing/accessory/sweater/nt = 5,
+ /obj/item/clothing/accessory/sweater/keyhole = 5,
+ /obj/item/clothing/accessory/sweater/winterneck = 5,
+ /obj/item/clothing/accessory/sweater/uglyxmas = 5,
+ /obj/item/clothing/accessory/sweater/flowersweater = 5,
+ /obj/item/clothing/accessory/sweater/redneck = 5,
+ /obj/item/clothing/accessory/tie = 5,
+ /obj/item/clothing/accessory/tie/horrible = 5,
+ /obj/item/clothing/accessory/tie/white = 5,
+ /obj/item/clothing/accessory/tie/navy = 5,
+ /obj/item/clothing/accessory/tie/yellow = 5,
+ /obj/item/clothing/accessory/tie/darkgreen = 5,
+ /obj/item/clothing/accessory/tie/black = 5,
+ /obj/item/clothing/accessory/tie/red_long = 5,
+ /obj/item/clothing/accessory/tie/red_clip = 5,
+ /obj/item/clothing/accessory/tie/blue_long = 5,
+ /obj/item/clothing/accessory/tie/blue_clip = 5,
+ /obj/item/clothing/accessory/tie/red = 5,
+ /obj/item/clothing/accessory/wcoat = 5,
+ /obj/item/clothing/accessory/wcoat/red = 5,
+ /obj/item/clothing/accessory/wcoat/grey = 5,
+ /obj/item/clothing/accessory/wcoat/brown = 5,
+ /obj/item/clothing/accessory/wcoat/gentleman = 5,
+ /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/weapon/storage/wallet = 5,
+ /obj/item/weapon/storage/wallet/poly = 5,
+ /obj/item/weapon/storage/wallet/womens = 5,
+ /obj/item/weapon/lipstick = 5,
+ /obj/item/weapon/lipstick/purple = 5,
+ /obj/item/weapon/lipstick/jade = 5,
+ /obj/item/weapon/lipstick/black = 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/gloves/ring/mariner = 5,
+ /obj/item/clothing/gloves/ring/engagement = 5,
+ /obj/item/clothing/gloves/ring/seal/signet = 5,
+ /obj/item/clothing/gloves/ring/seal/mason = 5,
+ /obj/item/clothing/gloves/ring/material/plastic = 5,
+ /obj/item/clothing/gloves/ring/material/steel = 5,
+ /obj/item/clothing/gloves/ring/material/gold = 5,
+ /obj/item/clothing/glasses/eyepatch = 5,
+ /obj/item/clothing/glasses/gglasses = 5,
+ /obj/item/clothing/glasses/regular/hipster = 5,
+ /obj/item/clothing/glasses/rimless = 5,
+ /obj/item/clothing/glasses/thin = 5,
+ /obj/item/clothing/glasses/monocle = 5,
+ /obj/item/clothing/glasses/goggles = 5,
+ /obj/item/clothing/glasses/fluff/spiffygogs = 5,
+ /obj/item/clothing/glasses/fakesunglasses = 5,
+ /obj/item/clothing/glasses/fakesunglasses/aviator = 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)
+ prices = list(/obj/item/clothing/accessory = 100,
+ /obj/item/clothing/accessory/armband/med/color = 100,
+ /obj/item/clothing/accessory/asymmetric = 100,
+ /obj/item/clothing/accessory/asymmetric/purple = 100,
+ /obj/item/clothing/accessory/asymmetric/green = 100,
+ /obj/item/clothing/accessory/bracelet = 100,
+ /obj/item/clothing/accessory/bracelet/material = 100,
+ /obj/item/clothing/accessory/bracelet/friendship = 100,
+ /obj/item/clothing/accessory/chaps = 100,
+ /obj/item/clothing/accessory/chaps/black = 100,
+ /obj/item/weapon/storage/briefcase/clutch = 100,
+ /obj/item/clothing/accessory/collar = 100,
+ /obj/item/clothing/accessory/collar/bell = 100,
+ /obj/item/clothing/accessory/collar/spike = 100,
+ /obj/item/clothing/accessory/collar/pink = 100,
+ /obj/item/clothing/accessory/collar/holo = 100,
+ /obj/item/clothing/accessory/collar/shock = 100,
+ /obj/item/weapon/storage/belt/fannypack = 100,
+ /obj/item/weapon/storage/belt/fannypack/white = 100,
+ /obj/item/clothing/accessory/fullcape = 100,
+ /obj/item/clothing/accessory/halfcape = 100,
+ /obj/item/clothing/accessory/hawaii = 100,
+ /obj/item/clothing/accessory/hawaii/random = 100,
+ /obj/item/clothing/accessory/locket = 100,
+ /obj/item/weapon/storage/backpack/purse = 100,
+ /obj/item/clothing/accessory/sash = 100,
+ /obj/item/clothing/accessory/scarf = 5,
+ /obj/item/clothing/accessory/scarf/red = 100,
+ /obj/item/clothing/accessory/scarf/darkblue = 100,
+ /obj/item/clothing/accessory/scarf/purple = 100,
+ /obj/item/clothing/accessory/scarf/yellow = 100,
+ /obj/item/clothing/accessory/scarf/orange = 100,
+ /obj/item/clothing/accessory/scarf/lightblue = 100,
+ /obj/item/clothing/accessory/scarf/white = 100,
+ /obj/item/clothing/accessory/scarf/black = 100,
+ /obj/item/clothing/accessory/scarf/zebra = 100,
+ /obj/item/clothing/accessory/scarf/christmas = 100,
+ /obj/item/clothing/accessory/scarf/stripedred = 100,
+ /obj/item/clothing/accessory/scarf/stripedgreen = 100,
+ /obj/item/clothing/accessory/scarf/stripedblue = 100,
+ /obj/item/clothing/accessory/jacket = 100,
+ /obj/item/clothing/accessory/jacket/checkered = 100,
+ /obj/item/clothing/accessory/jacket/burgundy = 100,
+ /obj/item/clothing/accessory/jacket/navy = 100,
+ /obj/item/clothing/accessory/jacket/charcoal = 100,
+ /obj/item/clothing/accessory/vest = 100,
+ /obj/item/clothing/accessory/sweater = 100,
+ /obj/item/clothing/accessory/sweater/pink = 100,
+ /obj/item/clothing/accessory/sweater/mint = 100,
+ /obj/item/clothing/accessory/sweater/blue = 100,
+ /obj/item/clothing/accessory/sweater/heart = 100,
+ /obj/item/clothing/accessory/sweater/nt = 5,
+ /obj/item/clothing/accessory/sweater/keyhole = 100,
+ /obj/item/clothing/accessory/sweater/winterneck = 100,
+ /obj/item/clothing/accessory/sweater/uglyxmas = 5,
+ /obj/item/clothing/accessory/sweater/flowersweater = 100,
+ /obj/item/clothing/accessory/sweater/redneck = 100,
+ /obj/item/clothing/accessory/tie = 100,
+ /obj/item/clothing/accessory/tie/horrible = 100,
+ /obj/item/clothing/accessory/tie/white = 100,
+ /obj/item/clothing/accessory/tie/navy = 100,
+ /obj/item/clothing/accessory/tie/yellow = 100,
+ /obj/item/clothing/accessory/tie/darkgreen = 100,
+ /obj/item/clothing/accessory/tie/black = 100,
+ /obj/item/clothing/accessory/tie/red_long = 100,
+ /obj/item/clothing/accessory/tie/red_clip = 100,
+ /obj/item/clothing/accessory/tie/blue_long = 100,
+ /obj/item/clothing/accessory/tie/blue_clip = 100,
+ /obj/item/clothing/accessory/tie/red = 100,
+ /obj/item/clothing/accessory/wcoat = 100,
+ /obj/item/clothing/accessory/wcoat/red = 100,
+ /obj/item/clothing/accessory/wcoat/grey = 100,
+ /obj/item/clothing/accessory/wcoat/brown = 100,
+ /obj/item/clothing/accessory/wcoat/gentleman = 100,
+ /obj/item/clothing/accessory/wcoat/swvest = 100,
+ /obj/item/clothing/accessory/wcoat/swvest/blue = 100,
+ /obj/item/clothing/accessory/wcoat/swvest/red = 100,
+ /obj/item/weapon/storage/wallet = 100,
+ /obj/item/weapon/storage/wallet/poly = 100,
+ /obj/item/weapon/storage/wallet/womens = 100,
+ /obj/item/weapon/lipstick = 100,
+ /obj/item/weapon/lipstick/purple = 100,
+ /obj/item/weapon/lipstick/jade = 100,
+ /obj/item/weapon/lipstick/black = 100,
+ /obj/item/clothing/ears/earmuffs = 100,
+ /obj/item/clothing/ears/earmuffs/headphones = 100,
+ /obj/item/clothing/ears/earring/stud = 100,
+ /obj/item/clothing/ears/earring/dangle = 100,
+ /obj/item/clothing/gloves/ring/mariner = 100,
+ /obj/item/clothing/gloves/ring/engagement = 100,
+ /obj/item/clothing/gloves/ring/seal/signet = 100,
+ /obj/item/clothing/gloves/ring/seal/mason = 100,
+ /obj/item/clothing/gloves/ring/material/plastic = 100,
+ /obj/item/clothing/gloves/ring/material/steel = 100,
+ /obj/item/clothing/gloves/ring/material/gold = 500,
+ /obj/item/clothing/glasses/eyepatch = 100,
+ /obj/item/clothing/glasses/gglasses = 100,
+ /obj/item/clothing/glasses/regular/hipster = 100,
+ /obj/item/clothing/glasses/rimless = 100,
+ /obj/item/clothing/glasses/thin = 100,
+ /obj/item/clothing/glasses/monocle = 100,
+ /obj/item/clothing/glasses/goggles = 100,
+ /obj/item/clothing/glasses/fluff/spiffygogs = 100,
+ /obj/item/clothing/glasses/fakesunglasses = 100,
+ /obj/item/clothing/glasses/fakesunglasses/aviator = 100,
+ /obj/item/clothing/mask/bandana/blue = 100,
+ /obj/item/clothing/mask/bandana/gold = 100,
+ /obj/item/clothing/mask/bandana/green = 100,
+ /obj/item/clothing/mask/bandana/red = 100,
+ /obj/item/clothing/mask/surgical = 200)
+ premium = list(/obj/item/weapon/bedsheet/rainbow = 1)
+ contraband = list(/obj/item/clothing/mask/gas/clown_hat = 1)
+
+/obj/machinery/vending/loadout/clothing
+ name = "General Jump"
+ desc = "A special vendor using compressed matter cartridges to store large amounts of clothing."
+ product_ads = "Tired of your grey jumpsuit? Spruce yourself up!;We have the outfit for you!;Don't let that grey jumpsuit get you down, get a ROBUST outfit right now!;Using compressed matter catridges and VERY ETHICAL labor practices to bring YOU the clothing you crave!;Are you sure you want to go to work in THAT?;All of our wares have a whole TWO pockets!"
+ icon_state = "clothing"
+ icon_vend = "clothing-purchase"
+ vend_delay = 16
+ products = list(/obj/item/clothing/under/bathrobe = 5,
+ /obj/item/clothing/under/dress/black_corset = 5,
+ /obj/item/clothing/under/blazer = 5,
+ /obj/item/clothing/under/blazer/skirt = 5,
+ /obj/item/clothing/under/cheongsam = 5,
+ /obj/item/clothing/under/cheongsam/red = 5,
+ /obj/item/clothing/under/cheongsam/blue = 5,
+ /obj/item/clothing/under/cheongsam/black = 5,
+ /obj/item/clothing/under/cheongsam/darkred = 5,
+ /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/croptop = 5,
+ /obj/item/clothing/under/croptop/red = 5,
+ /obj/item/clothing/under/croptop/grey = 5,
+ /obj/item/clothing/under/cuttop = 5,
+ /obj/item/clothing/under/cuttop/red = 5,
+ /obj/item/clothing/under/suit_jacket/female/skirt = 5,
+ /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/fluff/gnshorts = 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/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/lightgreen = 5,
+ /obj/item/clothing/under/color/lightpurple = 5,
+ /obj/item/clothing/under/color/lightred = 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/aether = 5,
+ /obj/item/clothing/under/focal = 5,
+ /obj/item/clothing/under/hephaestus = 5,
+ /obj/item/clothing/under/wardt = 5,
+ /obj/item/clothing/under/kilt = 5,
+ /obj/item/clothing/under/fluff/latexmaid = 5,
+ /obj/item/clothing/under/dress/lilacdress = 5,
+ /obj/item/clothing/under/dress/white2 = 5,
+ /obj/item/clothing/under/dress/white4 = 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/moderncoat = 5,
+ /obj/item/clothing/under/permit = 5,
+ /obj/item/clothing/under/oldwoman = 5,
+ /obj/item/clothing/under/frontier = 5,
+ /obj/item/clothing/under/mbill = 5,
+ /obj/item/clothing/under/pants/baggy/ = 5,
+ /obj/item/clothing/under/pants/baggy/classicjeans = 5,
+ /obj/item/clothing/under/pants/baggy/mustangjeans = 5,
+ /obj/item/clothing/under/pants/baggy/blackjeans = 5,
+ /obj/item/clothing/under/pants/baggy/greyjeans = 5,
+ /obj/item/clothing/under/pants/baggy/youngfolksjeans = 5,
+ /obj/item/clothing/under/pants/baggy/white = 5,
+ /obj/item/clothing/under/pants/baggy/red = 5,
+ /obj/item/clothing/under/pants/baggy/black = 5,
+ /obj/item/clothing/under/pants/baggy/tan = 5,
+ /obj/item/clothing/under/pants/baggy/track = 5,
+ /obj/item/clothing/under/pants/baggy/khaki = 5,
+ /obj/item/clothing/under/pants/baggy/camo = 5,
+ /obj/item/clothing/under/pants/utility/ = 5,
+ /obj/item/clothing/under/pants/utility/orange = 5,
+ /obj/item/clothing/under/pants/utility/blue = 5,
+ /obj/item/clothing/under/pants/utility/white = 5,
+ /obj/item/clothing/under/pants/utility/red = 5,
+ /obj/item/clothing/under/pants/chaps = 5,
+ /obj/item/clothing/under/pants/chaps/black = 5,
+ /obj/item/clothing/under/pants/track = 5,
+ /obj/item/clothing/under/pants/track/red = 5,
+ /obj/item/clothing/under/pants/track/white = 5,
+ /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/ascetic = 5,
+ /obj/item/clothing/under/dress/white3 = 5,
+ /obj/item/clothing/under/skirt/pleated = 5,
+ /obj/item/clothing/under/dress/darkred = 5,
+ /obj/item/clothing/under/dress/redeveninggown = 5,
+ /obj/item/clothing/under/dress/red_swept_dress = 5,
+ /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/shorts/red = 5,
+ /obj/item/clothing/under/shorts/green = 5,
+ /obj/item/clothing/under/shorts/blue = 5,
+ /obj/item/clothing/under/shorts/black = 5,
+ /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/classic = 5,
+ /obj/item/clothing/under/shorts/jeans/mustang = 5,
+ /obj/item/clothing/under/shorts/jeans/youngfolks = 5,
+ /obj/item/clothing/under/shorts/jeans/black = 5,
+ /obj/item/clothing/under/shorts/jeans/grey = 5,
+ /obj/item/clothing/under/shorts/khaki/ = 5,
+ /obj/item/clothing/under/skirt/loincloth = 5,
+ /obj/item/clothing/under/skirt/khaki = 5,
+ /obj/item/clothing/under/skirt/blue = 5,
+ /obj/item/clothing/under/skirt/red = 5,
+ /obj/item/clothing/under/skirt/denim = 5,
+ /obj/item/clothing/under/skirt/pleated = 5,
+ /obj/item/clothing/under/skirt/outfit/plaid_blue = 5,
+ /obj/item/clothing/under/skirt/outfit/plaid_red = 5,
+ /obj/item/clothing/under/skirt/outfit/plaid_purple = 5,
+ /obj/item/clothing/under/overalls/sleek = 5,
+ /obj/item/clothing/under/sl_suit = 5,
+ /obj/item/clothing/under/gentlesuit = 5,
+ /obj/item/clothing/under/gentlesuit/skirt = 5,
+ /obj/item/clothing/under/suit_jacket = 5,
+ /obj/item/clothing/under/suit_jacket/really_black/skirt = 5,
+ /obj/item/clothing/under/suit_jacket/really_black = 5,
+ /obj/item/clothing/under/suit_jacket/female/skirt = 5,
+ /obj/item/clothing/under/suit_jacket/female/ = 5,
+ /obj/item/clothing/under/suit_jacket/red = 5,
+ /obj/item/clothing/under/suit_jacket/red/skirt = 5,
+ /obj/item/clothing/under/suit_jacket/charcoal = 5,
+ /obj/item/clothing/under/suit_jacket/charcoal/skirt = 5,
+ /obj/item/clothing/under/suit_jacket/navy = 5,
+ /obj/item/clothing/under/suit_jacket/navy/skirt = 5,
+ /obj/item/clothing/under/suit_jacket/burgundy = 5,
+ /obj/item/clothing/under/suit_jacket/burgundy/skirt = 5,
+ /obj/item/clothing/under/suit_jacket/checkered = 5,
+ /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/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/rank/psych/turtleneck/sweater = 5,
+ /obj/item/weapon/storage/box/fluff/swimsuit = 5,
+ /obj/item/weapon/storage/box/fluff/swimsuit/blue = 5,
+ /obj/item/weapon/storage/box/fluff/swimsuit/purple = 5,
+ /obj/item/weapon/storage/box/fluff/swimsuit/green = 5,
+ /obj/item/weapon/storage/box/fluff/swimsuit/red = 5,
+ /obj/item/weapon/storage/box/fluff/swimsuit/white = 5,
+ /obj/item/weapon/storage/box/fluff/swimsuit/earth = 5,
+ /obj/item/weapon/storage/box/fluff/swimsuit/engineering = 5,
+ /obj/item/weapon/storage/box/fluff/swimsuit/science = 5,
+ /obj/item/weapon/storage/box/fluff/swimsuit/security = 5,
+ /obj/item/weapon/storage/box/fluff/swimsuit/medical = 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/wedding/bride_white = 5,
+ /obj/item/weapon/storage/backpack/ = 5,
+ /obj/item/weapon/storage/backpack/messenger = 5,
+ /obj/item/weapon/storage/backpack/satchel = 5)
+ prices = list(/obj/item/clothing/under/bathrobe = 100,
+ /obj/item/clothing/under/dress/black_corset = 100,
+ /obj/item/clothing/under/blazer = 100,
+ /obj/item/clothing/under/blazer/skirt = 100,
+ /obj/item/clothing/under/cheongsam = 100,
+ /obj/item/clothing/under/cheongsam/red = 100,
+ /obj/item/clothing/under/cheongsam/blue = 100,
+ /obj/item/clothing/under/cheongsam/black = 100,
+ /obj/item/clothing/under/cheongsam/darkred = 100,
+ /obj/item/clothing/under/cheongsam/green = 100,
+ /obj/item/clothing/under/cheongsam/purple = 100,
+ /obj/item/clothing/under/cheongsam/darkblue = 100,
+ /obj/item/clothing/under/croptop = 100,
+ /obj/item/clothing/under/croptop/red = 100,
+ /obj/item/clothing/under/croptop/grey = 100,
+ /obj/item/clothing/under/cuttop = 100,
+ /obj/item/clothing/under/cuttop/red = 100,
+ /obj/item/clothing/under/suit_jacket/female/skirt = 100,
+ /obj/item/clothing/under/dress/dress_fire = 100,
+ /obj/item/clothing/under/dress/flamenco = 100,
+ /obj/item/clothing/under/dress/flower_dress = 100,
+ /obj/item/clothing/under/fluff/gnshorts = 100,
+ /obj/item/clothing/under/color = 100,
+ /obj/item/clothing/under/color/aqua = 100,
+ /obj/item/clothing/under/color/black = 100,
+ /obj/item/clothing/under/color/blackf = 100,
+ /obj/item/clothing/under/color/blackjumpskirt = 100,
+ /obj/item/clothing/under/color/blue = 100,
+ /obj/item/clothing/under/color/brown = 100,
+ /obj/item/clothing/under/color/darkblue = 100,
+ /obj/item/clothing/under/color/darkred = 100,
+ /obj/item/clothing/under/color/green = 100,
+ /obj/item/clothing/under/color/grey = 100,
+ /obj/item/clothing/under/color/lightblue = 100,
+ /obj/item/clothing/under/color/lightbrown = 100,
+ /obj/item/clothing/under/color/lightgreen = 100,
+ /obj/item/clothing/under/color/lightpurple = 100,
+ /obj/item/clothing/under/color/lightred = 100,
+ /obj/item/clothing/under/color/orange = 100,
+ /obj/item/clothing/under/color/pink = 100,
+ /obj/item/clothing/under/color/prison = 100,
+ /obj/item/clothing/under/color/ranger = 100,
+ /obj/item/clothing/under/color/red = 100,
+ /obj/item/clothing/under/color/white = 100,
+ /obj/item/clothing/under/color/yellow = 100,
+ /obj/item/clothing/under/color/yellowgreen = 100,
+ /obj/item/clothing/under/aether = 100,
+ /obj/item/clothing/under/focal = 100,
+ /obj/item/clothing/under/hephaestus = 100,
+ /obj/item/clothing/under/wardt = 100,
+ /obj/item/clothing/under/kilt = 100,
+ /obj/item/clothing/under/fluff/latexmaid = 100,
+ /obj/item/clothing/under/dress/lilacdress = 100,
+ /obj/item/clothing/under/dress/white2 = 100,
+ /obj/item/clothing/under/dress/white4 = 100,
+ /obj/item/clothing/under/dress/maid = 100,
+ /obj/item/clothing/under/dress/maid/sexy = 100,
+ /obj/item/clothing/under/dress/maid/janitor = 100,
+ /obj/item/clothing/under/moderncoat = 100,
+ /obj/item/clothing/under/permit = 100,
+ /obj/item/clothing/under/oldwoman = 100,
+ /obj/item/clothing/under/frontier = 100,
+ /obj/item/clothing/under/mbill = 100,
+ /obj/item/clothing/under/pants/baggy/ = 100,
+ /obj/item/clothing/under/pants/baggy/classicjeans = 100,
+ /obj/item/clothing/under/pants/baggy/mustangjeans = 100,
+ /obj/item/clothing/under/pants/baggy/blackjeans = 100,
+ /obj/item/clothing/under/pants/baggy/greyjeans = 100,
+ /obj/item/clothing/under/pants/baggy/youngfolksjeans = 100,
+ /obj/item/clothing/under/pants/baggy/white = 100,
+ /obj/item/clothing/under/pants/baggy/red = 100,
+ /obj/item/clothing/under/pants/baggy/black = 100,
+ /obj/item/clothing/under/pants/baggy/tan = 100,
+ /obj/item/clothing/under/pants/baggy/track = 100,
+ /obj/item/clothing/under/pants/baggy/khaki = 100,
+ /obj/item/clothing/under/pants/baggy/camo = 100,
+ /obj/item/clothing/under/pants/utility/ = 100,
+ /obj/item/clothing/under/pants/utility/orange = 100,
+ /obj/item/clothing/under/pants/utility/blue = 100,
+ /obj/item/clothing/under/pants/utility/white = 100,
+ /obj/item/clothing/under/pants/utility/red = 100,
+ /obj/item/clothing/under/pants/chaps = 100,
+ /obj/item/clothing/under/pants/chaps/black = 100,
+ /obj/item/clothing/under/pants/track = 100,
+ /obj/item/clothing/under/pants/track/red = 100,
+ /obj/item/clothing/under/pants/track/white = 100,
+ /obj/item/clothing/under/pants/track/green = 100,
+ /obj/item/clothing/under/pants/track/blue = 100,
+ /obj/item/clothing/under/pants/yogapants = 100,
+ /obj/item/clothing/under/ascetic = 100,
+ /obj/item/clothing/under/dress/white3 = 100,
+ /obj/item/clothing/under/skirt/pleated = 100,
+ /obj/item/clothing/under/dress/darkred = 100,
+ /obj/item/clothing/under/dress/redeveninggown = 100,
+ /obj/item/clothing/under/dress/red_swept_dress = 100,
+ /obj/item/clothing/under/dress/sailordress = 100,
+ /obj/item/clothing/under/dress/sari = 100,
+ /obj/item/clothing/under/dress/sari/green = 100,
+ /obj/item/clothing/under/shorts/red = 100,
+ /obj/item/clothing/under/shorts/green = 100,
+ /obj/item/clothing/under/shorts/blue = 100,
+ /obj/item/clothing/under/shorts/black = 100,
+ /obj/item/clothing/under/shorts/grey = 100,
+ /obj/item/clothing/under/shorts/white = 100,
+ /obj/item/clothing/under/shorts/jeans = 100,
+ /obj/item/clothing/under/shorts/jeans/ = 100,
+ /obj/item/clothing/under/shorts/jeans/classic = 100,
+ /obj/item/clothing/under/shorts/jeans/mustang = 100,
+ /obj/item/clothing/under/shorts/jeans/youngfolks = 100,
+ /obj/item/clothing/under/shorts/jeans/black = 100,
+ /obj/item/clothing/under/shorts/jeans/grey = 100,
+ /obj/item/clothing/under/shorts/khaki/ = 100,
+ /obj/item/clothing/under/skirt/loincloth = 100,
+ /obj/item/clothing/under/skirt/khaki = 100,
+ /obj/item/clothing/under/skirt/blue = 100,
+ /obj/item/clothing/under/skirt/red = 100,
+ /obj/item/clothing/under/skirt/denim = 100,
+ /obj/item/clothing/under/skirt/pleated = 100,
+ /obj/item/clothing/under/skirt/outfit/plaid_blue = 100,
+ /obj/item/clothing/under/skirt/outfit/plaid_red = 100,
+ /obj/item/clothing/under/skirt/outfit/plaid_purple = 100,
+ /obj/item/clothing/under/overalls/sleek = 100,
+ /obj/item/clothing/under/sl_suit = 100,
+ /obj/item/clothing/under/gentlesuit = 100,
+ /obj/item/clothing/under/gentlesuit/skirt = 100,
+ /obj/item/clothing/under/suit_jacket = 100,
+ /obj/item/clothing/under/suit_jacket/really_black/skirt = 100,
+ /obj/item/clothing/under/suit_jacket/really_black = 100,
+ /obj/item/clothing/under/suit_jacket/female/skirt = 100,
+ /obj/item/clothing/under/suit_jacket/female/ = 100,
+ /obj/item/clothing/under/suit_jacket/red = 100,
+ /obj/item/clothing/under/suit_jacket/red/skirt = 100,
+ /obj/item/clothing/under/suit_jacket/charcoal = 100,
+ /obj/item/clothing/under/suit_jacket/charcoal/skirt = 100,
+ /obj/item/clothing/under/suit_jacket/navy = 100,
+ /obj/item/clothing/under/suit_jacket/navy/skirt = 100,
+ /obj/item/clothing/under/suit_jacket/burgundy = 100,
+ /obj/item/clothing/under/suit_jacket/burgundy/skirt = 100,
+ /obj/item/clothing/under/suit_jacket/checkered = 100,
+ /obj/item/clothing/under/suit_jacket/checkered/skirt = 100,
+ /obj/item/clothing/under/suit_jacket/tan = 100,
+ /obj/item/clothing/under/suit_jacket/tan/skirt = 100,
+ /obj/item/clothing/under/scratch = 100,
+ /obj/item/clothing/under/scratch/skirt = 100,
+ /obj/item/clothing/under/sundress = 100,
+ /obj/item/clothing/under/sundress_white = 100,
+ /obj/item/clothing/under/rank/psych/turtleneck/sweater = 100,
+ /obj/item/weapon/storage/box/fluff/swimsuit = 100,
+ /obj/item/weapon/storage/box/fluff/swimsuit/blue = 100,
+ /obj/item/weapon/storage/box/fluff/swimsuit/purple = 100,
+ /obj/item/weapon/storage/box/fluff/swimsuit/green = 100,
+ /obj/item/weapon/storage/box/fluff/swimsuit/red = 100,
+ /obj/item/weapon/storage/box/fluff/swimsuit/white = 100,
+ /obj/item/weapon/storage/box/fluff/swimsuit/earth = 100,
+ /obj/item/weapon/storage/box/fluff/swimsuit/engineering = 100,
+ /obj/item/weapon/storage/box/fluff/swimsuit/science = 100,
+ /obj/item/weapon/storage/box/fluff/swimsuit/security = 100,
+ /obj/item/weapon/storage/box/fluff/swimsuit/medical = 100,
+ /obj/item/clothing/under/utility = 100,
+ /obj/item/clothing/under/utility/grey = 100,
+ /obj/item/clothing/under/utility/blue = 100,
+ /obj/item/clothing/under/fluff/v_nanovest = 100,
+ /obj/item/clothing/under/dress/westernbustle = 100,
+ /obj/item/clothing/under/wedding/bride_white = 100,
+ /obj/item/weapon/storage/backpack/ = 100,
+ /obj/item/weapon/storage/backpack/messenger = 100,
+ /obj/item/weapon/storage/backpack/satchel = 100)
+ premium = list(/obj/item/clothing/under/color/rainbow = 1)
+ contraband = list(/obj/item/clothing/under/rank/clown = 1)
+
+/obj/machinery/vending/loadout/gadget
+ name = "Chips Co."
+ desc = "A special vendor for devices and gadgets."
+ product_ads = "You can't RESIST our great deals!;Feeling disconnected? We have a gadget for you!;You know you have the capacity to buy our capacitors!;FILL THAT HOLE IN YOUR HEART WITH OUR PLASTIC DISTRACTIONS!!!;Devices for everyone! Chips Co.!;ROBUST INVENTORY, GREAT PRICES! ;DON'T FORGET THE oyPAD 13s PRO! ON SALE NOW, ONLY ONE THOUSAND THALERS!"
+ icon_state = "gadgets"
+ icon_vend = "gadgets-purchase"
+ vend_delay = 11
+ products = list(/obj/item/clothing/suit/circuitry = 1,
+ /obj/item/clothing/head/circuitry = 1,
+ /obj/item/clothing/shoes/circuitry = 1,
+ /obj/item/clothing/gloves/circuitry = 1,
+ /obj/item/clothing/under/circuitry = 1,
+ /obj/item/clothing/glasses/circuitry = 1,
+ /obj/item/clothing/ears/circuitry = 1,
+ /obj/item/device/text_to_speech = 5,
+ /obj/item/device/paicard = 5,
+ /obj/item/device/communicator = 10,
+ /obj/item/device/communicator/watch = 10,
+ /obj/item/device/radio = 10,
+ /obj/item/device/camera = 5,
+ /obj/item/device/taperecorder = 5,
+ /obj/item/modular_computer/tablet/preset/custom_loadout/cheap = 5,
+ /obj/item/device/pda = 10,
+ /obj/item/device/radio/headset = 10,
+ /obj/item/device/flashlight = 5,
+ /obj/item/device/laser_pointer = 3,
+ /obj/item/clothing/glasses/omnihud = 10)
+ prices = list(/obj/item/clothing/suit/circuitry = 100,
+ /obj/item/clothing/head/circuitry = 100,
+ /obj/item/clothing/shoes/circuitry = 100,
+ /obj/item/clothing/gloves/circuitry = 100,
+ /obj/item/clothing/under/circuitry = 100,
+ /obj/item/clothing/glasses/circuitry = 100,
+ /obj/item/clothing/ears/circuitry = 100,
+ /obj/item/device/text_to_speech = 300,
+ /obj/item/device/paicard = 100,
+ /obj/item/device/communicator = 100,
+ /obj/item/device/communicator/watch = 100,
+ /obj/item/device/radio = 100,
+ /obj/item/device/camera = 100,
+ /obj/item/device/taperecorder = 100,
+ /obj/item/modular_computer/tablet/preset/custom_loadout/cheap = 1000,
+ /obj/item/device/pda = 50,
+ /obj/item/device/radio/headset = 50,
+ /obj/item/device/flashlight = 100,
+ /obj/item/device/laser_pointer = 200,
+ /obj/item/clothing/glasses/omnihud = 100)
+ premium = list(/obj/item/device/perfect_tele/one_beacon = 1)
+ contraband = list(/obj/item/weapon/disk/nifsoft/compliance = 1)
+
+/obj/machinery/vending/loadout/loadout_misc
+ name = "Bits and Bobs"
+ desc = "A special vendor for things and also stuff!"
+ product_ads = "You never know when you might need an umbrella.;Hey kid... want some cardemon cards?;Miscellaneous for your miscellaneous heart.;Who's bob? Wouldn't you like to know.;I'm sorry there's no grappling hooks in our umbrellas.;We sell things AND stuff."
+ icon_state = "loadout_misc"
+ products = list(/obj/item/weapon/cane = 5,
+ /obj/item/weapon/pack/cardemon = 25,
+ /obj/item/weapon/deck/holder = 5,
+ /obj/item/weapon/deck/cah = 5,
+ /obj/item/weapon/deck/cah/black = 5,
+ /obj/item/weapon/deck/tarot = 5,
+ /obj/item/weapon/deck/cards = 5,
+ /obj/item/weapon/pack/spaceball = 10,
+ /obj/item/weapon/storage/pill_bottle/dice = 5,
+ /obj/item/weapon/storage/pill_bottle/dice_nerd = 5,
+ /obj/item/weapon/melee/umbrella/random = 10)
+ prices = list(/obj/item/weapon/cane = 100,
+ /obj/item/weapon/pack/cardemon = 100,
+ /obj/item/weapon/deck/holder = 100,
+ /obj/item/weapon/deck/cah = 100,
+ /obj/item/weapon/deck/cah/black = 100,
+ /obj/item/weapon/deck/tarot = 100,
+ /obj/item/weapon/deck/cards = 100,
+ /obj/item/weapon/pack/spaceball = 100,
+ /obj/item/weapon/storage/pill_bottle/dice = 100,
+ /obj/item/weapon/storage/pill_bottle/dice_nerd = 100,
+ /obj/item/weapon/melee/umbrella/random = 100)
+ premium = list(/obj/item/toy/bosunwhistle = 1)
+ contraband = list(/obj/item/toy/katana = 1)
+
+/obj/machinery/vending/loadout/overwear
+ name = "Big D's Best"
+ desc = "A special vendor using compressed matter cartridges to store large amounts of overwear!"
+ product_ads = "Dress your best! It's what big D would want.;Overwear for all occasions!;Big D has what you need if what you need is some form of jacket!;Need a new hoodie? Bid D has you covered.;Big D says you need a new suit!;Big D smiles when he sees you in one of his coats!"
+ icon_state = "suit"
+ icon_vend = "suit-purchase"
+ vend_delay = 16
+ products = list(/obj/item/clothing/suit/storage/apron = 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/flannel/brown = 5,
+ /obj/item/clothing/suit/storage/toggle/cardigan = 5,
+ /obj/item/clothing/accessory/poncho/roles/cloak/custom = 5,
+ /obj/item/clothing/suit/storage/duster = 5,
+ /obj/item/clothing/suit/storage/toggle/denim_jacket = 5,
+ /obj/item/clothing/suit/storage/toggle/denim_jacket/nanotrasen = 5,
+ /obj/item/clothing/suit/storage/toggle/denim_jacket/sleeveless = 5,
+ /obj/item/clothing/suit/storage/toggle/denim_jacket/nanotrasen/sleeveless = 5,
+ /obj/item/clothing/suit/storage/fluff/gntop = 5,
+ /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/hazardvest = 5,
+ /obj/item/clothing/suit/storage/toggle/hoodie/black = 5,
+ /obj/item/clothing/suit/storage/toggle/hoodie/red = 5,
+ /obj/item/clothing/suit/storage/toggle/hoodie/blue = 5,
+ /obj/item/clothing/suit/storage/toggle/hoodie/green = 5,
+ /obj/item/clothing/suit/storage/toggle/hoodie/orange = 5,
+ /obj/item/clothing/suit/storage/toggle/hoodie/yellow = 5,
+ /obj/item/clothing/suit/storage/toggle/hoodie/cti = 5,
+ /obj/item/clothing/suit/storage/toggle/hoodie/mu = 5,
+ /obj/item/clothing/suit/storage/toggle/hoodie/nt = 5,
+ /obj/item/clothing/suit/storage/toggle/hoodie/smw = 5,
+ /obj/item/clothing/suit/storage/toggle/hoodie/nrti = 5,
+ /obj/item/clothing/suit/storage/fluff/jacket/field = 5,
+ /obj/item/clothing/suit/storage/fluff/jacket/air_cavalry = 5,
+ /obj/item/clothing/suit/storage/fluff/jacket/air_force = 5,
+ /obj/item/clothing/suit/storage/fluff/jacket/navy = 5,
+ /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/toggle/labcoat = 5,
+ /obj/item/clothing/suit/storage/toggle/labcoat/blue = 5,
+ /obj/item/clothing/suit/storage/toggle/labcoat/blue_edge = 5,
+ /obj/item/clothing/suit/storage/toggle/labcoat/green = 5,
+ /obj/item/clothing/suit/storage/toggle/labcoat/orange = 5,
+ /obj/item/clothing/suit/storage/toggle/labcoat/pink = 5,
+ /obj/item/clothing/suit/storage/toggle/labcoat/red = 5,
+ /obj/item/clothing/suit/storage/toggle/labcoat/yellow = 5,
+ /obj/item/clothing/suit/leathercoat = 5,
+ /obj/item/clothing/suit/storage/toggle/leather_jacket = 5,
+ /obj/item/clothing/suit/storage/leather_jacket_alt = 5,
+ /obj/item/clothing/suit/storage/toggle/brown_jacket = 5,
+ /obj/item/clothing/suit/storage/toggle/leather_jacket/nanotrasen = 5,
+ /obj/item/clothing/suit/storage/toggle/brown_jacket/nanotrasen = 5,
+ /obj/item/clothing/suit/storage/toggle/leather_jacket/sleeveless = 5,
+ /obj/item/clothing/suit/storage/toggle/brown_jacket/sleeveless = 5,
+ /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/alt = 5,
+ /obj/item/clothing/suit/storage/miljacket/green = 5,
+ /obj/item/clothing/suit/storage/apron/overalls = 5,
+ /obj/item/clothing/suit/storage/toggle/peacoat = 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/suit/jacket/puffer = 5,
+ /obj/item/clothing/suit/jacket/puffer/vest = 5,
+ /obj/item/clothing/suit/storage/flannel/red = 5,
+ /obj/item/clothing/suit/unathi/robe = 5,
+ /obj/item/clothing/suit/storage/snowsuit = 5,
+ /obj/item/clothing/suit/storage/toggle/internalaffairs = 5,
+ /obj/item/clothing/suit/storage/toggle/lawyer/bluejacket = 5,
+ /obj/item/clothing/suit/storage/toggle/lawyer/purpjacket = 5,
+ /obj/item/clothing/suit/suspenders = 5,
+ /obj/item/clothing/suit/storage/toggle/track = 5,
+ /obj/item/clothing/suit/storage/toggle/track/blue = 5,
+ /obj/item/clothing/suit/storage/toggle/track/green = 5,
+ /obj/item/clothing/suit/storage/toggle/track/red = 5,
+ /obj/item/clothing/suit/storage/toggle/track/white = 5,
+ /obj/item/clothing/suit/storage/trench = 5,
+ /obj/item/clothing/suit/storage/trench/grey = 5,
+ /obj/item/clothing/suit/varsity = 5,
+ /obj/item/clothing/suit/varsity/red = 5,
+ /obj/item/clothing/suit/varsity/purple = 5,
+ /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/hooded/wintercoat = 5,
+ /obj/item/clothing/suit/storage/seromi/cloak/standard/white_grey = 5)
+ prices = list(/obj/item/clothing/suit/storage/apron = 200,
+ /obj/item/clothing/suit/storage/flannel/aqua = 200,
+ /obj/item/clothing/suit/storage/toggle/bomber = 200,
+ /obj/item/clothing/suit/storage/bomber/alt = 200,
+ /obj/item/clothing/suit/storage/flannel/brown = 200,
+ /obj/item/clothing/suit/storage/toggle/cardigan = 200,
+ /obj/item/clothing/accessory/poncho/roles/cloak/custom = 200,
+ /obj/item/clothing/suit/storage/duster = 200,
+ /obj/item/clothing/suit/storage/toggle/denim_jacket = 200,
+ /obj/item/clothing/suit/storage/toggle/denim_jacket/nanotrasen = 200,
+ /obj/item/clothing/suit/storage/toggle/denim_jacket/sleeveless = 200,
+ /obj/item/clothing/suit/storage/toggle/denim_jacket/nanotrasen/sleeveless = 200,
+ /obj/item/clothing/suit/storage/fluff/gntop = 200,
+ /obj/item/clothing/suit/greatcoat = 200,
+ /obj/item/clothing/suit/storage/flannel = 200,
+ /obj/item/clothing/suit/storage/greyjacket = 200,
+ /obj/item/clothing/suit/storage/hazardvest = 200,
+ /obj/item/clothing/suit/storage/toggle/hoodie/black = 200,
+ /obj/item/clothing/suit/storage/toggle/hoodie/red = 200,
+ /obj/item/clothing/suit/storage/toggle/hoodie/blue = 200,
+ /obj/item/clothing/suit/storage/toggle/hoodie/green = 200,
+ /obj/item/clothing/suit/storage/toggle/hoodie/orange = 200,
+ /obj/item/clothing/suit/storage/toggle/hoodie/yellow = 200,
+ /obj/item/clothing/suit/storage/toggle/hoodie/cti = 200,
+ /obj/item/clothing/suit/storage/toggle/hoodie/mu = 200,
+ /obj/item/clothing/suit/storage/toggle/hoodie/nt = 200,
+ /obj/item/clothing/suit/storage/toggle/hoodie/smw = 200,
+ /obj/item/clothing/suit/storage/toggle/hoodie/nrti = 200,
+ /obj/item/clothing/suit/storage/fluff/jacket/field = 200,
+ /obj/item/clothing/suit/storage/fluff/jacket/air_cavalry = 200,
+ /obj/item/clothing/suit/storage/fluff/jacket/air_force = 200,
+ /obj/item/clothing/suit/storage/fluff/jacket/navy = 200,
+ /obj/item/clothing/suit/storage/fluff/jacket/special_forces = 200,
+ /obj/item/clothing/suit/kamishimo = 200,
+ /obj/item/clothing/suit/kimono = 200,
+ /obj/item/clothing/suit/storage/toggle/labcoat = 200,
+ /obj/item/clothing/suit/storage/toggle/labcoat/blue = 200,
+ /obj/item/clothing/suit/storage/toggle/labcoat/blue_edge = 200,
+ /obj/item/clothing/suit/storage/toggle/labcoat/green = 200,
+ /obj/item/clothing/suit/storage/toggle/labcoat/orange = 200,
+ /obj/item/clothing/suit/storage/toggle/labcoat/pink = 200,
+ /obj/item/clothing/suit/storage/toggle/labcoat/red = 200,
+ /obj/item/clothing/suit/storage/toggle/labcoat/yellow = 200,
+ /obj/item/clothing/suit/leathercoat = 200,
+ /obj/item/clothing/suit/storage/toggle/leather_jacket = 200,
+ /obj/item/clothing/suit/storage/leather_jacket_alt = 200,
+ /obj/item/clothing/suit/storage/toggle/brown_jacket = 200,
+ /obj/item/clothing/suit/storage/toggle/leather_jacket/nanotrasen = 200,
+ /obj/item/clothing/suit/storage/toggle/brown_jacket/nanotrasen = 200,
+ /obj/item/clothing/suit/storage/toggle/leather_jacket/sleeveless = 200,
+ /obj/item/clothing/suit/storage/toggle/brown_jacket/sleeveless = 200,
+ /obj/item/clothing/suit/storage/toggle/leather_jacket/nanotrasen/sleeveless = 200,
+ /obj/item/clothing/suit/storage/toggle/brown_jacket/nanotrasen/sleeveless = 200,
+ /obj/item/clothing/suit/storage/miljacket = 200,
+ /obj/item/clothing/suit/storage/miljacket/alt = 200,
+ /obj/item/clothing/suit/storage/miljacket/green = 200,
+ /obj/item/clothing/suit/storage/apron/overalls = 100,
+ /obj/item/clothing/suit/storage/toggle/peacoat = 200,
+ /obj/item/clothing/accessory/poncho = 100,
+ /obj/item/clothing/accessory/poncho/green = 100,
+ /obj/item/clothing/accessory/poncho/red = 100,
+ /obj/item/clothing/accessory/poncho/purple = 100,
+ /obj/item/clothing/accessory/poncho/blue = 100,
+ /obj/item/clothing/suit/jacket/puffer = 200,
+ /obj/item/clothing/suit/jacket/puffer/vest = 200,
+ /obj/item/clothing/suit/storage/flannel/red = 200,
+ /obj/item/clothing/suit/unathi/robe = 100,
+ /obj/item/clothing/suit/storage/snowsuit = 200,
+ /obj/item/clothing/suit/storage/toggle/internalaffairs = 200,
+ /obj/item/clothing/suit/storage/toggle/lawyer/bluejacket = 200,
+ /obj/item/clothing/suit/storage/toggle/lawyer/purpjacket = 200,
+ /obj/item/clothing/suit/suspenders = 200,
+ /obj/item/clothing/suit/storage/toggle/track = 200,
+ /obj/item/clothing/suit/storage/toggle/track/blue = 200,
+ /obj/item/clothing/suit/storage/toggle/track/green = 200,
+ /obj/item/clothing/suit/storage/toggle/track/red = 200,
+ /obj/item/clothing/suit/storage/toggle/track/white = 200,
+ /obj/item/clothing/suit/storage/trench = 200,
+ /obj/item/clothing/suit/storage/trench/grey = 200,
+ /obj/item/clothing/suit/varsity = 200,
+ /obj/item/clothing/suit/varsity/red = 200,
+ /obj/item/clothing/suit/varsity/purple = 200,
+ /obj/item/clothing/suit/varsity/green = 200,
+ /obj/item/clothing/suit/varsity/blue = 200,
+ /obj/item/clothing/suit/varsity/brown = 200,
+ /obj/item/clothing/suit/storage/hooded/wintercoat = 200,
+ /obj/item/clothing/suit/storage/seromi/cloak/standard/white_grey = 200)
+ premium = list(/obj/item/clothing/suit/imperium_monk = 3)
+ contraband = list(/obj/item/toy/katana = 1)
+
+/obj/machinery/vending/loadout/costume
+ name = "Thespian's Delight"
+ desc = "Sometimes nerds need costumes!"
+ 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/suit/storage/hooded/carp_costume = 3,
+ /obj/item/clothing/suit/storage/hooded/carp_costume = 3,
+ /obj/item/clothing/suit/chickensuit = 3,
+ /obj/item/clothing/head/chicken = 3,
+ /obj/item/clothing/head/helmet/gladiator = 3,
+ /obj/item/clothing/under/gladiator = 3,
+ /obj/item/clothing/suit/storage/toggle/labcoat/mad = 3,
+ /obj/item/clothing/under/gimmick/rank/captain/suit = 3,
+ /obj/item/clothing/glasses/gglasses = 3,
+ /obj/item/clothing/head/flatcap = 3,
+ /obj/item/clothing/shoes/boots/jackboots = 3,
+ /obj/item/clothing/under/schoolgirl = 3,
+ /obj/item/clothing/head/kitty = 3,
+ /obj/item/clothing/glasses/sunglasses/blindfold = 3,
+ /obj/item/clothing/head/beret = 3,
+ /obj/item/clothing/under/skirt = 3,
+ /obj/item/clothing/under/suit_jacket = 3,
+ /obj/item/clothing/head/that = 3,
+ /obj/item/clothing/accessory/wcoat = 3,
+ /obj/item/clothing/under/scratch = 3,
+ /obj/item/clothing/shoes/white = 3,
+ /obj/item/clothing/gloves/white = 3,
+ /obj/item/clothing/under/kilt = 3,
+ /obj/item/clothing/glasses/monocle = 3,
+ /obj/item/clothing/under/sl_suit = 3,
+ /obj/item/clothing/mask/fakemoustache = 3,
+ /obj/item/weapon/cane = 3,
+ /obj/item/clothing/head/bowler = 3,
+ /obj/item/clothing/head/plaguedoctorhat = 3,
+ /obj/item/clothing/suit/bio_suit/plaguedoctorsuit = 3,
+ /obj/item/clothing/mask/gas/plaguedoctor/fluff = 3,
+ /obj/item/clothing/under/owl = 3,
+ /obj/item/clothing/mask/gas/owl_mask = 3,
+ /obj/item/clothing/under/waiter = 3,
+ /obj/item/clothing/suit/storage/apron = 3,
+ /obj/item/clothing/under/pirate = 3,
+ /obj/item/clothing/head/pirate = 3,
+ /obj/item/clothing/suit/pirate = 3,
+ /obj/item/clothing/glasses/eyepatch = 3,
+ /obj/item/clothing/head/ushanka = 3,
+ /obj/item/clothing/under/soviet = 3,
+ /obj/item/clothing/suit/imperium_monk = 1,
+ /obj/item/clothing/suit/holidaypriest = 3,
+ /obj/item/clothing/head/witchwig = 3,
+ /obj/item/clothing/under/sundress = 3,
+ /obj/item/weapon/staff/broom = 3,
+ /obj/item/clothing/suit/wizrobe/fake = 3,
+ /obj/item/clothing/head/wizard/fake = 3,
+ /obj/item/weapon/staff = 3,
+ /obj/item/clothing/mask/gas/sexyclown = 3,
+ /obj/item/clothing/under/sexyclown = 3,
+ /obj/item/clothing/mask/gas/sexymime = 3,
+ /obj/item/clothing/under/sexymime = 3)
+ prices = list(/obj/item/clothing/suit/storage/hooded/carp_costume = 200,
+ /obj/item/clothing/suit/storage/hooded/carp_costume = 200,
+ /obj/item/clothing/suit/chickensuit = 200,
+ /obj/item/clothing/head/chicken = 200,
+ /obj/item/clothing/head/helmet/gladiator = 300,
+ /obj/item/clothing/under/gladiator = 500,
+ /obj/item/clothing/suit/storage/toggle/labcoat/mad = 200,
+ /obj/item/clothing/under/gimmick/rank/captain/suit = 200,
+ /obj/item/clothing/glasses/gglasses = 200,
+ /obj/item/clothing/head/flatcap = 200,
+ /obj/item/clothing/shoes/boots/jackboots = 200,
+ /obj/item/clothing/under/schoolgirl = 200,
+ /obj/item/clothing/head/kitty = 200,
+ /obj/item/clothing/glasses/sunglasses/blindfold = 200,
+ /obj/item/clothing/head/beret = 200,
+ /obj/item/clothing/under/skirt = 200,
+ /obj/item/clothing/under/suit_jacket = 200,
+ /obj/item/clothing/head/that = 200,
+ /obj/item/clothing/accessory/wcoat = 200,
+ /obj/item/clothing/under/scratch = 200,
+ /obj/item/clothing/shoes/white = 200,
+ /obj/item/clothing/gloves/white = 200,
+ /obj/item/clothing/under/kilt = 200,
+ /obj/item/clothing/glasses/monocle = 400,
+ /obj/item/clothing/under/sl_suit = 200,
+ /obj/item/clothing/mask/fakemoustache = 200,
+ /obj/item/weapon/cane = 300,
+ /obj/item/clothing/head/bowler = 200,
+ /obj/item/clothing/head/plaguedoctorhat = 300,
+ /obj/item/clothing/suit/bio_suit/plaguedoctorsuit = 300,
+ /obj/item/clothing/mask/gas/plaguedoctor/fluff = 600,
+ /obj/item/clothing/under/owl = 400,
+ /obj/item/clothing/mask/gas/owl_mask = 400,
+ /obj/item/clothing/under/waiter = 200,
+ /obj/item/clothing/suit/storage/apron = 200,
+ /obj/item/clothing/under/pirate = 300,
+ /obj/item/clothing/head/pirate = 400,
+ /obj/item/clothing/suit/pirate = 600,
+ /obj/item/clothing/glasses/eyepatch = 200,
+ /obj/item/clothing/head/ushanka = 200,
+ /obj/item/clothing/under/soviet = 200,
+ /obj/item/clothing/suit/imperium_monk = 2000,
+ /obj/item/clothing/suit/holidaypriest = 200,
+ /obj/item/clothing/head/witchwig = 200,
+ /obj/item/clothing/under/sundress = 200,
+ /obj/item/weapon/staff/broom = 400,
+ /obj/item/clothing/suit/wizrobe/fake = 200,
+ /obj/item/clothing/head/wizard/fake = 200,
+ /obj/item/weapon/staff = 400,
+ /obj/item/clothing/mask/gas/sexyclown = 600,
+ /obj/item/clothing/under/sexyclown = 200,
+ /obj/item/clothing/mask/gas/sexymime = 600,
+ /obj/item/clothing/under/sexymime = 200)
+ premium = list(/obj/item/clothing/suit/imperium_monk = 3,
+ /obj/item/clothing/suit/barding/agatha = 2,
+ /obj/item/clothing/suit/barding/alt_agatha = 2,
+ /obj/item/clothing/suit/barding/mason = 2,
+ /obj/item/clothing/suit/drake_cloak = 2)
+ contraband = list(/obj/item/clothing/head/syndicatefake = 1,
+ /obj/item/clothing/suit/syndicatefake = 1)
+
+//TFF 19/12/19 - Brig version of a seed storage vendor
+/obj/machinery/seed_storage/brig
+ name = "Prisoners' food seed storage"
+ starting_seeds = list(
+ /obj/item/seeds/appleseed = 3,
+ /obj/item/seeds/bananaseed = 3,
+ /obj/item/seeds/berryseed = 3,
+ /obj/item/seeds/cabbageseed = 3,
+ /obj/item/seeds/carrotseed = 3,
+ /obj/item/seeds/celery = 3,
+ /obj/item/seeds/chantermycelium = 3,
+ /obj/item/seeds/cherryseed = 3,
+ /obj/item/seeds/chiliseed = 3,
+ /obj/item/seeds/cocoapodseed = 3,
+ /obj/item/seeds/cornseed = 3,
+ /obj/item/seeds/durian = 3,
+ /obj/item/seeds/eggplantseed = 3,
+ /obj/item/seeds/grapeseed = 3,
+ /obj/item/seeds/grassseed = 3,
+ /obj/item/seeds/replicapod = 3,
+ /obj/item/seeds/lavenderseed = 3,
+ /obj/item/seeds/lemonseed = 3,
+ /obj/item/seeds/lettuce = 3,
+ /obj/item/seeds/limeseed = 3,
+ /obj/item/seeds/mtearseed = 2,
+ /obj/item/seeds/orangeseed = 3,
+ /obj/item/seeds/onionseed = 3,
+ /obj/item/seeds/peanutseed = 3,
+ /obj/item/seeds/plumpmycelium = 3,
+ /obj/item/seeds/poppyseed = 3,
+ /obj/item/seeds/potatoseed = 3,
+ /obj/item/seeds/pumpkinseed = 3,
+ /obj/item/seeds/rhubarb = 3,
+ /obj/item/seeds/riceseed = 3,
+ /obj/item/seeds/rose = 3,
+ /obj/item/seeds/soyaseed = 3,
+ /obj/item/seeds/spineapple = 3,
+ /obj/item/seeds/sugarcaneseed = 3,
+ /obj/item/seeds/sunflowerseed = 3,
+ /obj/item/seeds/shandseed = 2,
+ /obj/item/seeds/tobaccoseed = 3,
+ /obj/item/seeds/tomatoseed = 3,
+ /obj/item/seeds/towermycelium = 3,
+ /obj/item/seeds/vanilla = 3,
+ /obj/item/seeds/watermelonseed = 3,
+ /obj/item/seeds/wheatseed = 3,
+ /obj/item/seeds/whitebeetseed = 3,
+ /obj/item/seeds/wabback = 2)
+
+//TFF 19/12/19 - Brig version of a Nutrimax
+/obj/machinery/vending/hydronutrients/brig
+ name = "Brig NutriMax"
+ desc = "A plant nutrients vendor. Seems some items aren't included."
+ product_slogans = "Aren't you glad you don't have to fertilize the natural way?;Now with 50% less stink!;Plants are people too!"
+ product_ads = "We like plants!;Don't you want some?;The greenest thumbs ever.;We like big plants.;Soft soil..."
+ icon_state = "nutri"
+ icon_deny = "nutri-deny"
+ products = list(/obj/item/weapon/reagent_containers/glass/bottle/eznutrient = 6,/obj/item/weapon/reagent_containers/glass/bottle/left4zed = 4,/obj/item/weapon/reagent_containers/glass/bottle/robustharvest = 3,/obj/item/weapon/plantspray/pests = 20,
+ /obj/item/weapon/reagent_containers/glass/beaker = 4,/obj/item/weapon/storage/bag/plants = 5)
+ premium = list(/obj/item/weapon/reagent_containers/glass/bottle/ammonia = 10,/obj/item/weapon/reagent_containers/glass/bottle/diethylamine = 5)
diff --git a/code/game/objects/items/weapons/material/twohanded.dm b/code/game/objects/items/weapons/material/twohanded.dm
index dbc573cf26e..1e013a9b3da 100644
--- a/code/game/objects/items/weapons/material/twohanded.dm
+++ b/code/game/objects/items/weapons/material/twohanded.dm
@@ -157,3 +157,18 @@
fragile = 1 //It's a haphazard thing of glass, wire, and steel
reach = 2 // Spears are long.
attackspeed = 14
+
+//This is mostly for centaurs.
+/obj/item/weapon/material/twohanded/spear/lance
+ name = "lance"
+ desc = "End him rightly"
+ icon = 'icons/obj/weapons.dmi'
+ icon_state = "lance"
+ item_state = "lance"
+ force_divisor = 0.3
+ force = 10
+ thrown_force_divisor = 1
+ default_material = "DEFAULT_WALL_MATERIAL"
+ fragile = 0
+ sharp = 1
+ edge = 0
\ No newline at end of file
diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm
index 91f441fa373..d0174e5de03 100644
--- a/code/modules/clothing/suits/miscellaneous.dm
+++ b/code/modules/clothing/suits/miscellaneous.dm
@@ -40,6 +40,18 @@
item_state_slots = list(slot_r_hand_str = "greatcoat", slot_l_hand_str = "greatcoat")
body_parts_covered = UPPER_TORSO|ARMS
+/obj/item/clothing/suit/poncho
+ name = "poncho"
+ desc = "A simple, comfortable poncho."
+ icon = 'icons/mob/suit.dmi'
+ icon_state = "poncho"
+ item_state = "poncho"
+ item_icons = list(
+ slot_l_hand_str = 'icons/mob/items/lefthand_vr.dmi',
+ slot_r_hand_str = 'icons/mob/items/righthand_vr.dmi',
+ )
+ body_parts_covered = UPPER_TORSO|ARMS
+
/obj/item/clothing/suit/hgpirate
name = "pirate captain coat"
desc = "Yarr."
diff --git a/code/modules/clothing/suits/miscellaneous_vr.dm b/code/modules/clothing/suits/miscellaneous_vr.dm
new file mode 100644
index 00000000000..8caf5a8e398
--- /dev/null
+++ b/code/modules/clothing/suits/miscellaneous_vr.dm
@@ -0,0 +1,70 @@
+//HERE BE TAUR RELATED CLOTHES
+
+/*
+ * Contains:
+ * Centaur Barding
+ * Drake cloak
+ * Centaur Wedding dress
+ */
+
+
+/obj/item/clothing/suit/drake_cloak
+ name = "drake cloak"
+ desc = "A simple cloak for drake-taurs."
+ icon = 'icons/mob/taursuits_drake_vr.dmi'
+ icon_state = "cloak"
+ item_state_slots = list(slot_r_hand_str = "capjacket", slot_l_hand_str = "capjacket")
+ body_parts_covered = UPPER_TORSO|ARMS
+ pixel_x = -16
+
+/obj/item/clothing/suit/drake_cloak/mob_can_equip(var/mob/living/carbon/human/H, slot, disable_warning = 0)
+ if(..())
+ if(istype(H) && istype(H.tail_style, /datum/sprite_accessory/tail/taur/drake))
+ return ..()
+ else
+ to_chat(H, "You need to have a drake-taur half to wear this.")
+ return 0
+
+/obj/item/clothing/suit/barding
+ description_info = "You need to be a horsy to wear that."
+ icon = 'icons/mob/taursuits_horse_vr.dmi'
+ item_state_slots = list(slot_r_hand_str = "capjacket", slot_l_hand_str = "capjacket")
+ body_parts_covered = UPPER_TORSO|ARMS|LOWER_TORSO|LEGS
+ pixel_x = -16
+ armor = list(melee = 5, bullet = 5, laser = 5, energy = 5, bomb = 5, bio = 0, rad = 0)//Minor armor for fluff.
+
+/obj/item/clothing/suit/barding/mob_can_equip(var/mob/living/carbon/human/H, slot, disable_warning = 0)
+ if(..())
+ if(istype(H) && istype(H.tail_style, /datum/sprite_accessory/tail/taur/horse))
+ return ..()
+ else
+ to_chat(H, "You need to have a horse-taur half to wear this.")
+ return 0
+
+//Bardings are medieval suits of armor.
+/obj/item/clothing/suit/barding/agatha
+ name = "Agatha barding"
+ desc = "Knightly armor for a mount who doesn't need any rider. This one is marked to the house of Agatha."
+ icon_state = "Agatha_barding"
+
+/obj/item/clothing/suit/barding/alt_agatha
+ name = "Agatha barding"
+ desc = "Knightly armor for a mount who doesn't need any rider. This one is marked to the house of Agatha."
+ icon_state = "Agatha_barding_alt"
+
+/obj/item/clothing/suit/barding/mason
+ name = "Mason barding"
+ desc = "Knightly armor for a mount who doesn't need any rider. This one is marked to the house of Mason."
+ icon_state = "Mason_barding"
+
+/obj/item/clothing/suit/taur_dress
+ icon = 'icons/mob/taursuits_horse_vr.dmi'
+ body_parts_covered = UPPER_TORSO|LOWER_TORSO
+ pixel_x = -16
+
+/obj/item/clothing/suit/taur_dress/white
+ name = "white wedding dress"
+ desc = "A fancy white dress with a blue underdress."
+ icon_state = "whitedress1"
+ flags_inv = HIDESHOES
+
diff --git a/code/modules/vore/appearance/sprite_accessories_taur_vr.dm b/code/modules/vore/appearance/sprite_accessories_taur_vr.dm
index d4fd1f13dcf..6866cb0d2ce 100644
--- a/code/modules/vore/appearance/sprite_accessories_taur_vr.dm
+++ b/code/modules/vore/appearance/sprite_accessories_taur_vr.dm
@@ -124,6 +124,7 @@
color_blend_mode = ICON_MULTIPLY // The sprites for taurs are designed for ICON_MULTIPLY
var/icon/suit_sprites = null //File for suit sprites, if any.
+ var/icon/under_sprites = null
var/can_ride = 1 //whether we're real rideable taur or just in that category
@@ -169,6 +170,7 @@
/datum/sprite_accessory/tail/taur/wolf
name = "Wolf (Taur)"
icon_state = "wolf_s"
+ under_sprites = 'icons/mob/taursuits_wolf_vr.dmi'
suit_sprites = 'icons/mob/taursuits_wolf_vr.dmi'
/datum/sprite_accessory/tail/taur/wolf/wolf_2c
@@ -221,6 +223,7 @@
/datum/sprite_accessory/tail/taur/horse
name = "Horse (Taur)"
icon_state = "horse_s"
+ under_sprites = 'icons/mob/taursuits_horse_vr.dmi'
suit_sprites = 'icons/mob/taursuits_horse_vr.dmi'
msg_owner_disarm_run = "You quickly push %prey to the ground with your hoof!"
@@ -301,6 +304,7 @@
/datum/sprite_accessory/tail/taur/spider
name = "Spider (Taur)"
icon_state = "spider_s"
+ suit_sprites = 'icons/mob/taursuits_spider_vr.dmi'
msg_owner_disarm_run = "You quickly push %prey to the ground with your leg!"
msg_prey_disarm_run = "%owner pushes you down to the ground with their leg!"
@@ -346,6 +350,7 @@
/datum/sprite_accessory/tail/taur/feline
name = "Feline (Taur)"
icon_state = "feline_s"
+ suit_sprites = 'icons/mob/taursuits_feline_vr.dmi'
/datum/sprite_accessory/tail/taur/feline/feline_2c
name = "Feline dual-color (Taur)"
@@ -396,6 +401,7 @@
name = "Drake (Taur)"
icon_state = "drake_s"
extra_overlay = "drake_markings"
+ suit_sprites = 'icons/mob/taursuits_drake_vr.dmi'
/datum/sprite_accessory/tail/taur/otie
name = "Otie (Taur)"
diff --git a/icons/mob/items/lefthand_material.dmi b/icons/mob/items/lefthand_material.dmi
index a2f035cd582..f4638a46969 100644
Binary files a/icons/mob/items/lefthand_material.dmi and b/icons/mob/items/lefthand_material.dmi differ
diff --git a/icons/mob/items/lefthand_vr.dmi b/icons/mob/items/lefthand_vr.dmi
index a10b0dc81cf..a858ce98a3c 100644
Binary files a/icons/mob/items/lefthand_vr.dmi and b/icons/mob/items/lefthand_vr.dmi differ
diff --git a/icons/mob/items/righthand_material.dmi b/icons/mob/items/righthand_material.dmi
index 6895183a5b4..f9e342e32f3 100644
Binary files a/icons/mob/items/righthand_material.dmi and b/icons/mob/items/righthand_material.dmi differ
diff --git a/icons/mob/items/righthand_vr.dmi b/icons/mob/items/righthand_vr.dmi
index 489a6b6e015..5871a7ebb05 100644
Binary files a/icons/mob/items/righthand_vr.dmi and b/icons/mob/items/righthand_vr.dmi differ
diff --git a/icons/mob/taursuits_cow_vr.dmi b/icons/mob/taursuits_cow_vr.dmi
index a369157df23..eef5bd698c4 100644
Binary files a/icons/mob/taursuits_cow_vr.dmi and b/icons/mob/taursuits_cow_vr.dmi differ
diff --git a/icons/mob/taursuits_drake_vr.dmi b/icons/mob/taursuits_drake_vr.dmi
new file mode 100644
index 00000000000..c8cbf9ef477
Binary files /dev/null and b/icons/mob/taursuits_drake_vr.dmi differ
diff --git a/icons/mob/taursuits_feline_vr.dmi b/icons/mob/taursuits_feline_vr.dmi
new file mode 100644
index 00000000000..e180d1dad27
Binary files /dev/null and b/icons/mob/taursuits_feline_vr.dmi differ
diff --git a/icons/mob/taursuits_horse_vr.dmi b/icons/mob/taursuits_horse_vr.dmi
index 12f309f9fec..8dc33f31184 100644
Binary files a/icons/mob/taursuits_horse_vr.dmi and b/icons/mob/taursuits_horse_vr.dmi differ
diff --git a/icons/mob/taursuits_lizard_vr.dmi b/icons/mob/taursuits_lizard_vr.dmi
index 67628994ded..2971beb8635 100644
Binary files a/icons/mob/taursuits_lizard_vr.dmi and b/icons/mob/taursuits_lizard_vr.dmi differ
diff --git a/icons/mob/taursuits_naga_vr.dmi b/icons/mob/taursuits_naga_vr.dmi
index 38640c904dd..ef00466c27b 100644
Binary files a/icons/mob/taursuits_naga_vr.dmi and b/icons/mob/taursuits_naga_vr.dmi differ
diff --git a/icons/mob/taursuits_spider_vr.dmi b/icons/mob/taursuits_spider_vr.dmi
new file mode 100644
index 00000000000..e0da9b3cfba
Binary files /dev/null and b/icons/mob/taursuits_spider_vr.dmi differ
diff --git a/icons/mob/taursuits_wolf_vr.dmi b/icons/mob/taursuits_wolf_vr.dmi
index 03ad5e3929c..0b62d40ff20 100644
Binary files a/icons/mob/taursuits_wolf_vr.dmi and b/icons/mob/taursuits_wolf_vr.dmi differ
diff --git a/icons/obj/weapons.dmi b/icons/obj/weapons.dmi
index da2754d04b9..596f755e9bb 100644
Binary files a/icons/obj/weapons.dmi and b/icons/obj/weapons.dmi differ
diff --git a/vorestation.dme b/vorestation.dme
index 39450f86886..673873ab94e 100644
--- a/vorestation.dme
+++ b/vorestation.dme
@@ -1714,6 +1714,7 @@
#include "code\modules\clothing\suits\jobs.dm"
#include "code\modules\clothing\suits\labcoat.dm"
#include "code\modules\clothing\suits\miscellaneous.dm"
+#include "code\modules\clothing\suits\miscellaneous_vr.dm"
#include "code\modules\clothing\suits\solgov.dm"
#include "code\modules\clothing\suits\solgov_vr.dm"
#include "code\modules\clothing\suits\storage.dm"