From 414e248ea8a239ee892a75a37435bdf5afe12b4c Mon Sep 17 00:00:00 2001 From: AffectedArc07 Date: Wed, 12 Jun 2019 02:19:40 +0100 Subject: [PATCH] README (#44465) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5553c88aa7c..17e8938b4eb 100644 --- a/README.md +++ b/README.md @@ -100,12 +100,13 @@ https://github.com/tgstation/tgstation-server ## MAPS -/tg/station currently comes equipped with four maps. +/tg/station currently comes equipped with five maps. * [BoxStation (default)](https://tgstation13.org/wiki/Boxstation) * [MetaStation](https://tgstation13.org/wiki/MetaStation) * [DeltaStation](https://tgstation13.org/wiki/DeltaStation) * [PubbyStation](https://tgstation13.org/wiki/PubbyStation) +* [DonutStation](https://tgstation13.org/wiki/Donutstation) 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.