diff --git a/_maps/map_files/stations/boxstation.dmm b/_maps/map_files/stations/boxstation.dmm index 32f66667816..8c673728418 100644 --- a/_maps/map_files/stations/boxstation.dmm +++ b/_maps/map_files/stations/boxstation.dmm @@ -44711,6 +44711,19 @@ /obj/machinery/atmospherics/pipe/simple/visible, /turf/simulated/floor/engine, /area/station/science/misc_lab) +"dLl" = ( +/obj/effect/turf_decal/tiles/dark/corner, +/obj/effect/turf_decal/tiles/department/engineering/corner{ + dir = 8 + }, +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/waterbottle/fitnessshaker, +/obj/item/reagent_containers/glass/beaker/waterbottle/fitnessshaker/blue{ + pixel_x = 9; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) "dLs" = ( /obj/effect/spawner/window/reinforced, /turf/simulated/floor/plating, @@ -130775,7 +130788,7 @@ tKi eOj tuZ aPm -aSM +dLl aVt aZL aZL diff --git a/_maps/map_files/stations/cerestation.dmm b/_maps/map_files/stations/cerestation.dmm index 715a42ea618..d208b9e3e26 100644 --- a/_maps/map_files/stations/cerestation.dmm +++ b/_maps/map_files/stations/cerestation.dmm @@ -14410,6 +14410,18 @@ /area/station/hallway/spacebridge/comeng) "ckn" = ( /obj/structure/sign/poster/official/random/directional/north, +/obj/item/reagent_containers/glass/beaker/waterbottle/fitnessshaker{ + pixel_x = 1 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle/fitnessshaker/blue{ + pixel_x = -9; + pixel_y = 11 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle/fitnessshaker/red{ + pixel_x = 9; + pixel_y = 11 + }, +/obj/structure/table, /turf/simulated/floor/carpet/cyan, /area/station/public/fitness) "ckp" = ( diff --git a/_maps/map_files/stations/deltastation.dmm b/_maps/map_files/stations/deltastation.dmm index 0957fbe2df3..583a0cad15b 100644 --- a/_maps/map_files/stations/deltastation.dmm +++ b/_maps/map_files/stations/deltastation.dmm @@ -33375,11 +33375,16 @@ /area/station/public/sleep) "cAt" = ( /obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, /obj/effect/turf_decal/tiles/neutral/corner{ dir = 1 }, +/obj/item/reagent_containers/glass/beaker/waterbottle/fitnessshaker/blue{ + pixel_x = 4 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle/fitnessshaker/red{ + pixel_y = 5; + pixel_x = -8 + }, /turf/simulated/floor/plasteel, /area/station/public/fitness) "cAu" = ( @@ -33802,10 +33807,18 @@ /area/station/service/barber) "cBZ" = ( /obj/structure/table, -/obj/item/folder, +/obj/item/folder{ + pixel_x = -6 + }, /obj/effect/turf_decal/tiles/neutral/corner{ dir = 1 }, +/obj/item/paper_bin{ + pixel_x = 6 + }, +/obj/item/pen{ + pixel_x = 6 + }, /turf/simulated/floor/plasteel, /area/station/public/fitness) "cCb" = ( diff --git a/_maps/map_files/stations/emeraldstation.dmm b/_maps/map_files/stations/emeraldstation.dmm index eeac0260fa2..b6faa0c62dc 100644 --- a/_maps/map_files/stations/emeraldstation.dmm +++ b/_maps/map_files/stations/emeraldstation.dmm @@ -74231,6 +74231,17 @@ /obj/effect/turf_decal/tiles/department/engineering/corner{ dir = 8 }, +/obj/item/reagent_containers/glass/beaker/waterbottle/fitnessshaker/red{ + pixel_y = 14 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle/fitnessshaker/blue{ + pixel_x = -10; + pixel_y = 5 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle/fitnessshaker{ + pixel_x = 10; + pixel_y = 5 + }, /turf/simulated/floor/plasteel, /area/station/public/fitness) "oNG" = ( diff --git a/_maps/map_files/stations/metastation.dmm b/_maps/map_files/stations/metastation.dmm index 49044b84719..b2ef47ba840 100644 --- a/_maps/map_files/stations/metastation.dmm +++ b/_maps/map_files/stations/metastation.dmm @@ -77092,6 +77092,7 @@ /obj/machinery/atmospherics/unary/outlet_injector/on{ dir = 1 }, +/obj/item/reagent_containers/glass/beaker/waterbottle/fitnessshaker/red, /turf/simulated/floor/plasteel, /area/station/security/permabrig) "tfW" = ( diff --git a/code/game/machinery/vendors/generic_vendors.dm b/code/game/machinery/vendors/generic_vendors.dm index ac3de70fe06..277d90baa3f 100644 --- a/code/game/machinery/vendors/generic_vendors.dm +++ b/code/game/machinery/vendors/generic_vendors.dm @@ -48,6 +48,8 @@ /obj/item/reagent_containers/drinks/bottle/vermouth = 5, /obj/item/reagent_containers/drinks/bottle/rum = 5, /obj/item/reagent_containers/drinks/bottle/wine = 5, + /obj/item/reagent_containers/drinks/bottle/white_wine = 5, + /obj/item/reagent_containers/drinks/bottle/mezcal = 5, /obj/item/reagent_containers/drinks/bag/goonbag = 3, /obj/item/reagent_containers/drinks/bottle/cognac = 5, /obj/item/reagent_containers/drinks/bottle/kahlua = 5, @@ -68,7 +70,8 @@ /obj/item/reagent_containers/drinks/ice = 9) contraband = list(/obj/item/reagent_containers/drinks/tea = 10, - /obj/item/reagent_containers/drinks/bottle/fernet = 5) + /obj/item/reagent_containers/drinks/bottle/fernet = 5, + /obj/item/reagent_containers/drinks/bottle/vampire_bestfriend = 5,) vend_delay = 15 slogan_list = list("I hope nobody asks me for a bloody cup o' tea...", @@ -1108,10 +1111,13 @@ /obj/item/reagent_containers/drinks/cans/grape_juice = 10, /obj/item/reagent_containers/drinks/cans/ginger_ale = 10, /obj/item/reagent_containers/drinks/cans/electrolytes = 10, + /obj/item/reagent_containers/drinks/cans/mrs_brown = 10, /obj/item/reagent_containers/drinks/bottle/chocolate_milk = 10, - /obj/item/reagent_containers/glass/beaker/waterbottle = 10) + /obj/item/reagent_containers/glass/beaker/waterbottle = 10,) - contraband = list(/obj/item/reagent_containers/drinks/cans/thirteenloko = 5) + contraband = list(/obj/item/reagent_containers/drinks/cans/thirteenloko = 5, + /obj/item/reagent_containers/drinks/cans/behemoth_energy = 5, + /obj/item/reagent_containers/drinks/cans/behemoth_energy_lite = 5,) prices = list(/obj/item/reagent_containers/drinks/cans/cola = 45, /obj/item/reagent_containers/drinks/cans/space_mountain_wind = 50, @@ -1121,8 +1127,9 @@ /obj/item/reagent_containers/drinks/cans/grape_juice = 50, /obj/item/reagent_containers/drinks/cans/ginger_ale = 50, /obj/item/reagent_containers/drinks/cans/electrolytes = 40, + /obj/item/reagent_containers/drinks/cans/mrs_brown = 50, /obj/item/reagent_containers/drinks/bottle/chocolate_milk = 64, - /obj/item/reagent_containers/glass/beaker/waterbottle = 20) + /obj/item/reagent_containers/glass/beaker/waterbottle = 20,) refill_canister = /obj/item/vending_refill/cola diff --git a/code/game/objects/effects/spawners/random/bluespace_tap_spawners.dm b/code/game/objects/effects/spawners/random/bluespace_tap_spawners.dm index f8908238a8a..17325f486b7 100644 --- a/code/game/objects/effects/spawners/random/bluespace_tap_spawners.dm +++ b/code/game/objects/effects/spawners/random/bluespace_tap_spawners.dm @@ -269,7 +269,8 @@ /obj/item/food/burger/ppatty/blue, /obj/item/food/burger/ppatty/purple, /obj/item/food/baguette, - /obj/item/food/rofflewaffles + /obj/item/food/rofflewaffles, + /obj/item/reagent_containers/glass/beaker/waterbottle/fitnessshaker, ) // Rare food pool diff --git a/code/game/objects/items/weapons/manuals.dm b/code/game/objects/items/weapons/manuals.dm index 1a8564fee94..d9345bbd8d4 100644 --- a/code/game/objects/items/weapons/manuals.dm +++ b/code/game/objects/items/weapons/manuals.dm @@ -793,6 +793,8 @@ Mix 10 parts tequila to one part silver.