mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
tweak(Rascal's pass): Adds a sink to z1 bar counter
Bartender having to run off to go and dump their drinks and wash glasses in the bathroom didn't feel particularly hygenic. While an awkward reach due to the limited space, this does the job just fine!
This commit is contained in:
@@ -16973,15 +16973,27 @@
|
||||
/area/security/range)
|
||||
"Ng" = (
|
||||
/obj/structure/table/marble,
|
||||
/obj/item/device/retail_scanner/civilian,
|
||||
/obj/item/device/retail_scanner/civilian{
|
||||
pixel_x = -8
|
||||
},
|
||||
/obj/machinery/button/remote/blast_door{
|
||||
id = "Bar";
|
||||
name = "Bar shutters";
|
||||
pixel_x = -3;
|
||||
pixel_y = 26
|
||||
},
|
||||
/obj/item/weapon/reagent_containers/food/drinks/shaker,
|
||||
/obj/item/weapon/reagent_containers/glass/rag,
|
||||
/obj/item/weapon/reagent_containers/food/drinks/shaker{
|
||||
pixel_x = -10;
|
||||
pixel_y = 11
|
||||
},
|
||||
/obj/item/weapon/reagent_containers/glass/rag{
|
||||
pixel_x = -9
|
||||
},
|
||||
/obj/structure/sink/countertop{
|
||||
dir = 8;
|
||||
pixel_x = 7;
|
||||
pixel_y = 5
|
||||
},
|
||||
/turf/simulated/floor/lino,
|
||||
/area/groundbase/civilian/bar)
|
||||
"Nh" = (
|
||||
|
||||
Reference in New Issue
Block a user