From 0e58d94aaf9aa89d535701ae08331bf3f590f025 Mon Sep 17 00:00:00 2001 From: CorruptComputer Date: Wed, 10 Dec 2014 18:51:22 -0600 Subject: [PATCH] Added AsteroidStation to README.md & removed MetaStation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8aec3e10c3..5b1f6a7c334 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ the new version. /tg/station currently comes equipped with three maps. * [tgstation2 (default)](http://tgstation13.org/wiki/Boxstation) -* [MetaStation](http://tgstation13.org/wiki/MetaStation) * [MiniStation](http://tgstation13.org/wiki/MiniStation) +* [AsteroidStation](https://tgstation13.org/wiki/AsteroidStation) All maps have their own code file that is in the base of the _maps directory. Instead of loading the map directly we instead use a code file to include the map and then include any other code changes that are needed for it; for example MiniStation changes the uplink items for the map. Follow this guideline when adding your own map, to your fork, for easy compatibility.