Schtel und Krug lösen sich auf.

This commit is contained in:
Olli Graf
2022-06-10 00:48:03 +02:00
parent f10378162d
commit 6fb8fc6ecd
2 changed files with 9 additions and 4 deletions

View File

@@ -180,7 +180,7 @@ def debug_Items():
item = world.aktuellerRaum.items[itemid]
logging.debug(f'count= {count}')
# logging.debug(f'Itemtyp: {type(item)}')
logging.debug(f'Item-IdId:{item.id} - Item-Name:{item.name}')
logging.debug(f'Item-IdId:{item.id} - Item-Name:{item.name} - sichtbar= {item.sichtbar}')
count = count +1
def debug_Inventar():