mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 20:06:28 +01:00
Adds a small disposalbin in hydroponics (#9900)
This commit is contained in:
@@ -36,6 +36,24 @@
|
||||
icon_state = "disposal_small"
|
||||
density = FALSE
|
||||
|
||||
/obj/machinery/disposal/small/north
|
||||
dir = NORTH
|
||||
pixel_y = -13
|
||||
layer = MOB_LAYER + 0.1
|
||||
|
||||
/obj/machinery/disposal/small/south
|
||||
dir = SOUTH
|
||||
pixel_y = 20
|
||||
layer = OBJ_LAYER + 0.3
|
||||
|
||||
/obj/machinery/disposal/small/east
|
||||
dir = EAST
|
||||
pixel_x = -12
|
||||
|
||||
/obj/machinery/disposal/small/west
|
||||
dir = WEST
|
||||
pixel_x = 11
|
||||
|
||||
/obj/machinery/disposal/small/airless
|
||||
uses_air = FALSE
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
author: Ferner
|
||||
delete-after: True
|
||||
changes:
|
||||
- maptweak: "Added a small disposal bin by the entrance of hydroponics as the other one was far away from the main work area."
|
||||
@@ -48259,6 +48259,7 @@
|
||||
"bJW" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hydroponics)
|
||||
"bJX" = (
|
||||
@@ -48598,6 +48599,7 @@
|
||||
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hydroponics)
|
||||
"bKS" = (
|
||||
@@ -48862,6 +48864,7 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply,
|
||||
/obj/machinery/hologram/holopad,
|
||||
/obj/structure/disposalpipe/segment,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hydroponics)
|
||||
"bLC" = (
|
||||
@@ -49535,12 +49538,19 @@
|
||||
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 1;
|
||||
icon_state = "pipe-c"
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hydroponics)
|
||||
"bMP" = (
|
||||
/obj/machinery/atmospherics/unary/vent_scrubber/on{
|
||||
dir = 8
|
||||
},
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 4
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hydroponics)
|
||||
"bMR" = (
|
||||
@@ -49788,8 +49798,9 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 4
|
||||
/obj/structure/disposalpipe/junction{
|
||||
dir = 4;
|
||||
icon_state = "pipe-j2"
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hydroponics)
|
||||
@@ -60517,6 +60528,16 @@
|
||||
},
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/medbay)
|
||||
"fKb" = (
|
||||
/obj/effect/floor_decal/corner/green{
|
||||
dir = 6
|
||||
},
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 2;
|
||||
icon_state = "pipe-c"
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hydroponics)
|
||||
"fKZ" = (
|
||||
/obj/machinery/atmospherics/unary/vent_scrubber/on,
|
||||
/turf/simulated/floor/carpet/rubber,
|
||||
@@ -60610,8 +60631,7 @@
|
||||
/obj/structure/disposalpipe/trunk{
|
||||
dir = 8
|
||||
},
|
||||
/obj/machinery/disposal/small{
|
||||
dir = 8;
|
||||
/obj/machinery/disposal/small/west{
|
||||
pixel_x = 12;
|
||||
pixel_y = 1
|
||||
},
|
||||
@@ -63909,6 +63929,8 @@
|
||||
/obj/machinery/light_switch{
|
||||
pixel_x = -26
|
||||
},
|
||||
/obj/machinery/disposal/small/east,
|
||||
/obj/structure/disposalpipe/trunk,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hydroponics)
|
||||
"ofm" = (
|
||||
@@ -99811,7 +99833,7 @@ bJX
|
||||
bKS
|
||||
bLD
|
||||
bMi
|
||||
bLA
|
||||
fKb
|
||||
bNG
|
||||
bOt
|
||||
keq
|
||||
|
||||
Reference in New Issue
Block a user