Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 5f2ab42

Browse files
authored
Renames AsteroidStation to ManateeStation (also moves it out of beta) (#22700)
* manateestation * Update ManateeStation.dmm
1 parent d913f08 commit 5f2ab42

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

_maps/_basemap.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "map_files\YogStation\Yogstation.dmm"
1010
#include "map_files\IceMeta\IceMeta.dmm"
1111
#include "map_files\GaxStation\GaxStation.dmm"
12-
#include "map_files\AsteroidStation\AsteroidStation.dmm"
12+
#include "map_files\ManateeStation\ManateeStation.dmm"
1313
#include "map_files\DonutStation\DonutStation.dmm"
1414
#ifdef TRAVISBUILDING
1515
#include "templates.dm"

_maps/asteroidstation.dm

Lines changed: 0 additions & 1 deletion
This file was deleted.

_maps/manateestation.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#define FORCE_MAP "manateestation"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"map_name": "[BETA] AsteroidStation",
3-
"map_path": "map_files/AsteroidStation",
4-
"map_file": "AsteroidStation.dmm",
2+
"map_name": "ManateeStation",
3+
"map_path": "map_files/ManateeStation",
4+
"map_file": "ManateeStation.dmm",
55
"shuttles": {
66
"cargo": "cargo_box",
77
"ferry": "ferry_fancy",
File renamed without changes.

config/maps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ map gaxstation
3030
votable
3131
endmap
3232

33-
map asteroidstation
33+
map manateestation
3434
minplayers 40
3535
votable
3636
endmap

0 commit comments

Comments
 (0)