From 1b1604d489312b7302d094d721befd440cc904ad Mon Sep 17 00:00:00 2001
From: sleepyyapril <flyingkarii@gmail.com>
Date: Sun, 12 Jan 2025 03:52:19 -0400
Subject: [PATCH] switch to EE maps

---
 Resources/Prototypes/Maps/arena.yml      | 2 +-
 Resources/Prototypes/Maps/asterisk.yml   | 2 +-
 Resources/Prototypes/Maps/core.yml       | 2 +-
 Resources/Prototypes/Maps/edge.yml       | 2 +-
 Resources/Prototypes/Maps/gaxstation.yml | 2 +-
 Resources/Prototypes/Maps/glacier.yml    | 2 +-
 Resources/Prototypes/Maps/hammurabi.yml  | 2 +-
 Resources/Prototypes/Maps/hive.yml       | 2 +-
 Resources/Prototypes/Maps/lighthouse.yml | 2 +-
 Resources/Prototypes/Maps/pebble.yml     | 2 +-
 Resources/Prototypes/Maps/radstation.yml | 2 +-
 Resources/Prototypes/Maps/shoukou.yml    | 2 +-
 Resources/Prototypes/Maps/tortuga.yml    | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/Resources/Prototypes/Maps/arena.yml b/Resources/Prototypes/Maps/arena.yml
index 727a0d038d..1c6b6a69f9 100644
--- a/Resources/Prototypes/Maps/arena.yml
+++ b/Resources/Prototypes/Maps/arena.yml
@@ -1,7 +1,7 @@
 - type: gameMap
   id: Arena
   mapName: 'Arena'
-  mapPath: /Maps/TheDen/arena.yml # The Den
+  mapPath: /Maps/arena.yml
   minPlayers: 30
   maxPlayers: 80
   stations:
diff --git a/Resources/Prototypes/Maps/asterisk.yml b/Resources/Prototypes/Maps/asterisk.yml
index 2569483e23..294ac7b806 100644
--- a/Resources/Prototypes/Maps/asterisk.yml
+++ b/Resources/Prototypes/Maps/asterisk.yml
@@ -1,7 +1,7 @@
 - type: gameMap
   id: Asterisk
   mapName: 'Asterisk'
-  mapPath: /Maps/TheDen/asterisk.yml # The Den
+  mapPath: /Maps/asterisk.yml
   minPlayers: 0
   maxPlayers: 60
   stations:
diff --git a/Resources/Prototypes/Maps/core.yml b/Resources/Prototypes/Maps/core.yml
index e32984779c..89d8b097af 100644
--- a/Resources/Prototypes/Maps/core.yml
+++ b/Resources/Prototypes/Maps/core.yml
@@ -1,7 +1,7 @@
 - type: gameMap
   id: Core
   mapName: 'Core'
-  mapPath: /Maps/TheDen/core.yml # Floofstation
+  mapPath: /Maps/core.yml
   minPlayers: 35
   maxPlayers: 70
   stations:
diff --git a/Resources/Prototypes/Maps/edge.yml b/Resources/Prototypes/Maps/edge.yml
index 6629843a48..94895f9246 100644
--- a/Resources/Prototypes/Maps/edge.yml
+++ b/Resources/Prototypes/Maps/edge.yml
@@ -1,7 +1,7 @@
 - type: gameMap
   id: Edge
   mapName: 'Edge'
-  mapPath: /Maps/TheDen/edge.yml # The Den
+  mapPath: /Maps/edge.yml
   minPlayers: 10
   maxPlayers: 80
   stations:
diff --git a/Resources/Prototypes/Maps/gaxstation.yml b/Resources/Prototypes/Maps/gaxstation.yml
index b1bd6ced6c..41cf7449a5 100644
--- a/Resources/Prototypes/Maps/gaxstation.yml
+++ b/Resources/Prototypes/Maps/gaxstation.yml
@@ -1,7 +1,7 @@
 - type: gameMap
   id: Gax
   mapName: 'NCS Gax'
-  mapPath: /Maps/Floof/gaxstation.yml # Floofstation
+  mapPath: /Maps/gaxstation.yml
   minPlayers: 10
   maxPlayers: 45
   fallback: true
diff --git a/Resources/Prototypes/Maps/glacier.yml b/Resources/Prototypes/Maps/glacier.yml
index 26562717e0..449ccfb138 100644
--- a/Resources/Prototypes/Maps/glacier.yml
+++ b/Resources/Prototypes/Maps/glacier.yml
@@ -1,7 +1,7 @@
 - type: gameMap
   id: Glacier
   mapName: Glacier
-  mapPath: /Maps/Floof/glacier.yml # Floofstation
+  mapPath: /Maps/glacier.yml
   minPlayers: 15
   maxPlayers: 70
   stations:
diff --git a/Resources/Prototypes/Maps/hammurabi.yml b/Resources/Prototypes/Maps/hammurabi.yml
index f8d92665fd..e36cca1314 100644
--- a/Resources/Prototypes/Maps/hammurabi.yml
+++ b/Resources/Prototypes/Maps/hammurabi.yml
@@ -1,7 +1,7 @@
 - type: gameMap
   id: Hammurabi
   mapName: 'Hammurabi'
-  mapPath: /Maps/Floof/hammurabi.yml # Floofstation
+  mapPath: /Maps/hammurabi.yml
   minPlayers: 50
   stations:
     Hammurabi:
diff --git a/Resources/Prototypes/Maps/hive.yml b/Resources/Prototypes/Maps/hive.yml
index b52a814f73..30dfcd4edb 100644
--- a/Resources/Prototypes/Maps/hive.yml
+++ b/Resources/Prototypes/Maps/hive.yml
@@ -1,7 +1,7 @@
 - type: gameMap
   id: TheHive
   mapName: 'The Hive'
-  mapPath: /Maps/Floof/hive.yml # Floofstation
+  mapPath: /Maps/hive.yml
   minPlayers: 30
   #maxPlayers: 80 Temporary maybe
   stations:
diff --git a/Resources/Prototypes/Maps/lighthouse.yml b/Resources/Prototypes/Maps/lighthouse.yml
index 02e6b5335c..34fa636e2c 100644
--- a/Resources/Prototypes/Maps/lighthouse.yml
+++ b/Resources/Prototypes/Maps/lighthouse.yml
@@ -1,7 +1,7 @@
 - type: gameMap
   id: Lighthouse
   mapName: Lighthouse
-  mapPath: /Maps/TheDen/lighthouse.yml # Floofstation
+  mapPath: /Maps/lighthouse.yml
   minPlayers: 15
   maxPlayers: 55
   stations:
diff --git a/Resources/Prototypes/Maps/pebble.yml b/Resources/Prototypes/Maps/pebble.yml
index e528c0fbf8..fdf6a0d3b2 100644
--- a/Resources/Prototypes/Maps/pebble.yml
+++ b/Resources/Prototypes/Maps/pebble.yml
@@ -1,7 +1,7 @@
 - type: gameMap
   id: Pebble
   mapName: 'Pebble'
-  mapPath: /Maps/TheDen/pebble.yml # The Den
+  mapPath: /Maps/pebble.yml
   minPlayers: 0
   maxPlayers: 30
   stations:
diff --git a/Resources/Prototypes/Maps/radstation.yml b/Resources/Prototypes/Maps/radstation.yml
index 8d0f8b6168..c05f16796b 100644
--- a/Resources/Prototypes/Maps/radstation.yml
+++ b/Resources/Prototypes/Maps/radstation.yml
@@ -1,7 +1,7 @@
 - type: gameMap
   id: Rad
   mapName: 'RadStation'
-  mapPath: /Maps/Floof/radstation.yml # Floofstation
+  mapPath: /Maps/radstation.yml
   minPlayers: 35
   stations:
     RadStation:
diff --git a/Resources/Prototypes/Maps/shoukou.yml b/Resources/Prototypes/Maps/shoukou.yml
index 557f6ed035..4cee003d89 100644
--- a/Resources/Prototypes/Maps/shoukou.yml
+++ b/Resources/Prototypes/Maps/shoukou.yml
@@ -1,7 +1,7 @@
 - type: gameMap
   id: Shoukou
   mapName: 'Shōkō'
-  mapPath: /Maps/TheDen/shoukou.yml # FloofStation
+  mapPath: /Maps/shoukou.yml # FloofStation
   minPlayers: 0
   maxPlayers: 60
   stations:
diff --git a/Resources/Prototypes/Maps/tortuga.yml b/Resources/Prototypes/Maps/tortuga.yml
index b3e3dc720c..212519365c 100644
--- a/Resources/Prototypes/Maps/tortuga.yml
+++ b/Resources/Prototypes/Maps/tortuga.yml
@@ -1,7 +1,7 @@
 - type: gameMap
   id: Tortuga
   mapName: 'Tortuga'
-  mapPath: /Maps/Floof/tortuga.yml # FloofStation
+  mapPath: /Maps/tortuga.yml
   minPlayers: 50
   stations:
     Tortuga: