Alle Räume sind definiert.

This commit is contained in:
Olli Graf
2022-06-06 11:50:52 +02:00
parent 8870050345
commit 9fce43d330
4 changed files with 104 additions and 18 deletions

View File

@@ -419,7 +419,17 @@ class World:
self.RAUM_BOOT = '25'
self.RAUM_KABINE = '26'
self.RAUM_BOOT2 = '27'
self.RAUM_INSEL = '28'
self.RAUM_BEIBOOT = '28'
self.RAUM_INSEL = '30'
self.RAUM_LOCH = '31'
self.RAUM_BOOT3 = '32'
self.RAUM_KLIPPE = '33'
self.RAUM_WASSER = '34'
self.RAUM_STRAND = '35'
self.RAUM_WALD = '36'
self.RAUM_STATUE = '37'
self.RAUM_KOPF = '38'