home · contact · privacy
TCE: Ground under water may erode, leaving deadly holes.
[plomrogue] / plugins / client / TheCrawlingEater.py
index 3d13d2c3d22e5af95c3f03fc1d4e3b74640cc96c..e3e413fab80b84137b9f8ac94b5e9a59c260fb49 100644 (file)
@@ -31,6 +31,7 @@ def win_map(self):
         "3": "%",
         "4": "#",
         "5": "X",
+        "-": "O",
     }
     win_size = self.size
     offset = [0, 0]