Adds a small disposalbin in hydroponics (#9900)

This commit is contained in:
fernerr
2020-09-09 23:12:46 +02:00
committed by GitHub
parent 990eb0c2f2
commit bc6e044e35
3 changed files with 49 additions and 5 deletions
+18
View File
@@ -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