Die Kabine bewegt sich mit dem Boot mit.

Raum Boot2 ist erreichbar.
This commit is contained in:
Olli Graf
2022-06-06 16:53:53 +02:00
parent 9fce43d330
commit 278cb17675
6 changed files with 68 additions and 14 deletions

View File

@@ -164,7 +164,7 @@ def debug_Personen():
logging.debug(f'Id: {person.id} - Name: {person.name}')
def debug_Items():
logging.debug('liste Items')
logging.debug('liste Items im aktuellen Raum')
logging.debug(world.aktuellerRaum.items)
count = 0
for itemid in world.aktuellerRaum.items: