mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Merge pull request #4585 from Novacat/nova-survival
Fixes major merge errors
This commit is contained in:
@@ -15395,6 +15395,16 @@
|
||||
/obj/effect/floor_decal/steeldecal/steel_decals6{
|
||||
dir = 10
|
||||
},
|
||||
/obj/machinery/power/apc{
|
||||
dir = 1;
|
||||
name = "north bump";
|
||||
pixel_x = 0;
|
||||
pixel_y = 28
|
||||
},
|
||||
/obj/structure/cable{
|
||||
d2 = 2;
|
||||
icon_state = "0-2"
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/station/upper)
|
||||
"yF" = (
|
||||
@@ -16035,6 +16045,12 @@
|
||||
/obj/effect/floor_decal/corner/lightgrey{
|
||||
dir = 9
|
||||
},
|
||||
/obj/structure/cable{
|
||||
d1 = 1;
|
||||
d2 = 2;
|
||||
icon_state = "1-2";
|
||||
pixel_y = 0
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/station/upper)
|
||||
"zz" = (
|
||||
@@ -27351,6 +27367,25 @@
|
||||
/obj/machinery/meter,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/security/eva)
|
||||
"Rn" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
|
||||
dir = 4
|
||||
},
|
||||
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/cable{
|
||||
d1 = 4;
|
||||
d2 = 8;
|
||||
icon_state = "4-8"
|
||||
},
|
||||
/obj/structure/cable{
|
||||
d1 = 1;
|
||||
d2 = 8;
|
||||
icon_state = "1-8"
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/station/upper)
|
||||
"Rs" = (
|
||||
/obj/machinery/button/windowtint{
|
||||
id = "sec_processing";
|
||||
@@ -27495,6 +27530,28 @@
|
||||
},
|
||||
/turf/simulated/floor/bluegrid,
|
||||
/area/ai/foyer)
|
||||
"XT" = (
|
||||
/obj/effect/floor_decal/borderfloor{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/floor_decal/corner/lightgrey/border{
|
||||
dir = 1
|
||||
},
|
||||
/obj/effect/floor_decal/steeldecal/steel_decals7,
|
||||
/obj/effect/floor_decal/steeldecal/steel_decals7{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/disposalpipe/segment{
|
||||
dir = 4
|
||||
},
|
||||
/obj/structure/cable{
|
||||
d1 = 1;
|
||||
d2 = 2;
|
||||
icon_state = "1-2";
|
||||
pixel_y = 0
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/hallway/station/upper)
|
||||
"ZO" = (
|
||||
/obj/machinery/atmospherics/unary/vent_scrubber/on,
|
||||
/turf/simulated/floor/tiled,
|
||||
@@ -36944,8 +37001,8 @@ tn
|
||||
sp
|
||||
yE
|
||||
zy
|
||||
As
|
||||
Bz
|
||||
XT
|
||||
Rn
|
||||
Cn
|
||||
Dr
|
||||
DZ
|
||||
|
||||
@@ -1775,11 +1775,13 @@
|
||||
#include "code\modules\food\food\drinks\bottle\robot.dm"
|
||||
#include "code\modules\food\food\snacks\meat.dm"
|
||||
#include "code\modules\food\glass\bottle.dm"
|
||||
#include "code\modules\food\glass\bottle_vr.dm"
|
||||
#include "code\modules\food\glass\bottle\robot.dm"
|
||||
#include "code\modules\food\kitchen\gibber.dm"
|
||||
#include "code\modules\food\kitchen\icecream.dm"
|
||||
#include "code\modules\food\kitchen\microwave.dm"
|
||||
#include "code\modules\food\kitchen\smartfridge.dm"
|
||||
#include "code\modules\food\kitchen\smartfridge_vr.dm"
|
||||
#include "code\modules\food\kitchen\cooking_machines\_cooker.dm"
|
||||
#include "code\modules\food\kitchen\cooking_machines\_cooker_output.dm"
|
||||
#include "code\modules\food\kitchen\cooking_machines\candy.dm"
|
||||
@@ -2636,6 +2638,7 @@
|
||||
#include "code\modules\reagents\reagent_containers\spray.dm"
|
||||
#include "code\modules\reagents\reagent_containers\spray_vr.dm"
|
||||
#include "code\modules\reagents\reagent_containers\syringes.dm"
|
||||
#include "code\modules\reagents\reagent_containers\syringes_vr.dm"
|
||||
#include "code\modules\recycling\conveyor2.dm"
|
||||
#include "code\modules\recycling\disposal-construction.dm"
|
||||
#include "code\modules\recycling\disposal.dm"
|
||||
|
||||
Reference in New Issue
Block a user