mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Wheelstation fixes (#24993)
* wheel * more wheel * mommi nest scrubber&vent * ghetto kitchen area * fewer mags
This commit is contained in:
@@ -52,6 +52,10 @@
|
|||||||
/obj/machinery/atmospherics/pipe/layer_adapter/scrubbers/hidden
|
/obj/machinery/atmospherics/pipe/layer_adapter/scrubbers/hidden
|
||||||
level = 1
|
level = 1
|
||||||
alpha=128
|
alpha=128
|
||||||
|
/obj/machinery/atmospherics/binary/valve/layered/scrubbers
|
||||||
|
piping_layer=DEF_PIPELAYER_SCRUBBERS
|
||||||
|
pixel_x=DEF_PIXELX_SCRUBBERS
|
||||||
|
pixel_y=DEF_PIXELY_SCRUBBERS
|
||||||
|
|
||||||
/obj/machinery/atmospherics/pipe/simple/supply/visible/layered
|
/obj/machinery/atmospherics/pipe/simple/supply/visible/layered
|
||||||
piping_layer=DEF_PIPELAYER_SUPPLY
|
piping_layer=DEF_PIPELAYER_SUPPLY
|
||||||
@@ -95,6 +99,10 @@
|
|||||||
/obj/machinery/atmospherics/pipe/layer_adapter/supply/hidden
|
/obj/machinery/atmospherics/pipe/layer_adapter/supply/hidden
|
||||||
level = 1
|
level = 1
|
||||||
alpha=128
|
alpha=128
|
||||||
|
/obj/machinery/atmospherics/binary/valve/layered/supply
|
||||||
|
piping_layer=DEF_PIPELAYER_SUPPLY
|
||||||
|
pixel_x=DEF_PIXELX_SUPPLY
|
||||||
|
pixel_y=DEF_PIXELY_SUPPLY
|
||||||
|
|
||||||
#define ROID_PIPELAYER_GENERAL1 1
|
#define ROID_PIPELAYER_GENERAL1 1
|
||||||
#define ROID_PIXELX_GENERAL1 (ROID_PIPELAYER_GENERAL1 - PIPING_LAYER_DEFAULT) * PIPING_LAYER_P_X
|
#define ROID_PIXELX_GENERAL1 (ROID_PIPELAYER_GENERAL1 - PIPING_LAYER_DEFAULT) * PIPING_LAYER_P_X
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -210,6 +210,10 @@
|
|||||||
name = "Outpost Toxins Test Area"
|
name = "Outpost Toxins Test Area"
|
||||||
icon_state = "toxtest"
|
icon_state = "toxtest"
|
||||||
|
|
||||||
|
/area/maintenance/ghettokitchen
|
||||||
|
name = "Abandoned Kitchen"
|
||||||
|
icon_state = "kitchen"
|
||||||
|
|
||||||
|
|
||||||
//**************Renamed areas**************
|
//**************Renamed areas**************
|
||||||
/area/crew_quarters/locker/locker_toilet
|
/area/crew_quarters/locker/locker_toilet
|
||||||
|
|||||||
Reference in New Issue
Block a user