diff --git a/hyperstation/code/game/area/Space_Station_13_areas.dm b/hyperstation/code/game/area/Space_Station_13_areas.dm index 706727bac..2bd9ccbce 100644 --- a/hyperstation/code/game/area/Space_Station_13_areas.dm +++ b/hyperstation/code/game/area/Space_Station_13_areas.dm @@ -457,3 +457,11 @@ name = "Mail Office" icon_state = "cargo_mail" +//Misc Engineering +/area/engine/custom + name = "Custom Engine Room" + icon_state = "engine" + +/area/engine/tether + name = "Sky Tether Control" + icon_state = "engine"