From 29831ba10fe0449afc8ef99e93e68d05e4bdb59d Mon Sep 17 00:00:00 2001 From: Hawk_v3 Date: Mon, 13 Jan 2020 20:39:06 +0000 Subject: [PATCH] Compile fix and Mapfix --- maps/yw/cryogaia-05-main.dmm | 20 +++++++++++++++++++- vorestation.dme | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/maps/yw/cryogaia-05-main.dmm b/maps/yw/cryogaia-05-main.dmm index e12112478f..09b5c8ea93 100644 --- a/maps/yw/cryogaia-05-main.dmm +++ b/maps/yw/cryogaia-05-main.dmm @@ -60210,6 +60210,24 @@ /obj/machinery/body_scanconsole, /turf/simulated/floor/tiled/white, /area/medical/medbaymain) +"mBp" = ( +/obj/structure/table/marble, +/obj/machinery/door/firedoor/glass/hidden/steel{ + dir = 2 + }, +/obj/machinery/door/blast/shutters{ + dir = 2; + id = "kitchen"; + layer = 3.1; + name = "Kitchen Shutters" + }, +/obj/structure/cable/green{ + d1 = 1; + d2 = 2; + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/white, +/area/crew_quarters/bar) "nKF" = ( /obj/structure/sign/directions/security{ icon_state = "direction_sec"; @@ -96617,7 +96635,7 @@ aPz aPz aQG aQF -aRE +mBp aSV aTU aUT diff --git a/vorestation.dme b/vorestation.dme index 6bca197cf2..8f722b5bb3 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -1068,7 +1068,6 @@ #include "code\game\objects\items\devices\paicard.dm" #include "code\game\objects\items\devices\pipe_painter.dm" #include "code\game\objects\items\devices\powersink.dm" -#include "code\game\objects\items\weapons\RPD.dm" #include "code\game\objects\items\devices\scanners.dm" #include "code\game\objects\items\devices\scanners_vr.dm" #include "code\game\objects\items\devices\spy_bug.dm" @@ -1152,6 +1151,7 @@ #include "code\game\objects\items\weapons\paiwire.dm" #include "code\game\objects\items\weapons\policetape.dm" #include "code\game\objects\items\weapons\RCD.dm" +#include "code\game\objects\items\weapons\RPD.dm" #include "code\game\objects\items\weapons\RSF.dm" #include "code\game\objects\items\weapons\scrolls.dm" #include "code\game\objects\items\weapons\shields.dm"