diff --git a/_maps/_basemap.dm b/_maps/_basemap.dm index 7a0fb9b7706..c15ba40826f 100644 --- a/_maps/_basemap.dm +++ b/_maps/_basemap.dm @@ -1,9 +1,6 @@ //#define LOWMEMORYMODE //uncomment this to load centcom and runtime station and thats it. #include "map_files\generic\CentCom.dmm" -// SKYRAT EDIT ADDITION BEGIN - MODULAR_MAPS -#include "map_files\generic\Offstation_skyrat.dmm" -// SKYRAT EDIT ADDITION END - MODULAR_MAPS #ifndef LOWMEMORYMODE #ifdef ALL_MAPS diff --git a/_maps/deltastation.json b/_maps/deltastation.json index 33d44cb193e..6d20f578fae 100644 --- a/_maps/deltastation.json +++ b/_maps/deltastation.json @@ -1,7 +1,7 @@ { "map_name": "Delta Station", "map_path": "map_files/Deltastation", - "map_file": "DeltaStation2_skyrat.dmm", + "map_file": "DeltaStation2.dmm", "shuttles": { "emergency": "emergency_delta", "ferry": "ferry_fancy", diff --git a/_maps/icebox.json b/_maps/icebox.json index 1a945d83f79..bdf6fe8910e 100644 --- a/_maps/icebox.json +++ b/_maps/icebox.json @@ -2,8 +2,8 @@ "map_name":"Ice Box Station", "map_path":"map_files/IceBoxStation", "map_file":[ - "IcemoonUnderground_Below_skyrat.dmm", - "IcemoonUnderground_Above_skyrat.dmm", + "IcemoonUnderground_Below.dmm", + "IcemoonUnderground_Above.dmm", "IceBoxStation_skyrat.dmm" ], "space_ruin_levels":0, diff --git a/_maps/metastation.json b/_maps/metastation.json index abdf0c61aea..fdadfb058cc 100644 --- a/_maps/metastation.json +++ b/_maps/metastation.json @@ -1,7 +1,7 @@ { "map_name": "MetaStation", "map_path": "map_files/MetaStation", - "map_file": "MetaStation_skyrat.dmm", + "map_file": "MetaStation.dmm", "shuttles": { "cargo": "cargo_box", "ferry": "ferry_fancy", diff --git a/_maps/pubbystation.json b/_maps/pubbystation.json index a5d8a766e92..3b897f6ff38 100644 --- a/_maps/pubbystation.json +++ b/_maps/pubbystation.json @@ -1,7 +1,7 @@ { "map_name": "PubbyStation", "map_path": "map_files/PubbyStation", - "map_file": "PubbyStation_skyrat.dmm", + "map_file": "PubbyStation.dmm", "shuttles": { "emergency": "emergency_pubby", "whiteship": "whiteship_pubby",