Update the readme a bit (#28446)

* Update the readme a bit

* sex
This commit is contained in:
Jordan Brown
2017-06-14 20:22:29 -04:00
committed by Cheridan
parent b6a4a32633
commit f0738a267b

View File

@@ -81,13 +81,14 @@ the new version.
## MAPS ## MAPS
/tg/station currently comes equipped with five maps. /tg/station currently comes equipped with six maps.
* [tgstation2 (default)](http://tgstation13.org/wiki/Boxstation) * [BoxStation (default)](http://tgstation13.org/wiki/Boxstation)
* [MetaStation](https://tgstation13.org/wiki/MetaStation) * [MetaStation](https://tgstation13.org/wiki/MetaStation)
* [DeltaStation](https://tgstation13.org/wiki/DeltaStation) * [DeltaStation](https://tgstation13.org/wiki/DeltaStation)
* [OmegaStation](https://tgstation13.org/wiki/OmegaStation) * [OmegaStation](https://tgstation13.org/wiki/OmegaStation)
* [PubbyStation](https://tgstation13.org/wiki/PubbyStation) * [PubbyStation](https://tgstation13.org/wiki/PubbyStation)
* [CereStation](https://tgstation13.org/wiki/CereStation)
All maps have their own code file that is in the base of the _maps directory. Maps are loaded dynamically when the game starts. Follow this guideline when adding your own map, to your fork, for easy compatibility. All maps have their own code file that is in the base of the _maps directory. Maps are loaded dynamically when the game starts. Follow this guideline when adding your own map, to your fork, for easy compatibility.
@@ -113,7 +114,7 @@ The SQL backend requires a MySQL server. SQL is required for the library, stats
## IRC BOT SETUP ## IRC BOT SETUP
Included in the repository is a python3 compatible IRC bot capable of relaying adminhelps to a specified Included in the repository is a python3 compatible IRC bot capable of relaying adminhelps to a specified
IRC channel/server, see the /bot folder for more IRC channel/server, see the /tools/minibot folder for more
## CONTRIBUTING ## CONTRIBUTING