diff --git a/_maps/layeniastation.json b/_maps/layeniastation.json index 75cb35a07..fd0ead231 100644 --- a/_maps/layeniastation.json +++ b/_maps/layeniastation.json @@ -12,12 +12,14 @@ { "Up": 1, "Gravity":true, - "Baseturf":"/turf/open/chasm/cloud" + "Baseturf":"/turf/open/chasm/cloud", + "Linkage" : "Cross" }, { "Down": -1, "Gravity":true, - "Baseturf":"/turf/open/openspace" + "Baseturf":"/turf/open/openspace", + "Linkage" : "Cross" } ] } diff --git a/tgstation.dme b/tgstation.dme index df8a23267..2cdd23831 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -3161,6 +3161,7 @@ #include "hyperstation\code\modules\mob\living\silicon\robot\robot.dm" #include "hyperstation\code\modules\mob\living\silicon\robot\robot_modules.dm" #include "hyperstation\code\modules\patreon\patreon.dm" +#include "hyperstation\code\modules\power\lighting.dm" #include "hyperstation\code\modules\power\reactor\fuel_rods.dm" #include "hyperstation\code\modules\power\reactor\rbmk.dm" #include "hyperstation\code\modules\power\reactor\reactor_cargo.dm" @@ -3175,6 +3176,7 @@ #include "hyperstation\code\modules\resize\sizegun.dm" #include "hyperstation\code\modules\surgery\organs\augments_arms.dm" #include "hyperstation\code\modules\uplink\uplink_items.dm" +#include "hyperstation\code\modules\vending\teavendomatic.dm" #include "hyperstation\code\obj\ashtray.dm" #include "hyperstation\code\obj\bluespace sewing kit.dm" #include "hyperstation\code\obj\condom.dm"