Der Sichtbarkeitsstatus ist fürs Inventar irrelevant.

This commit is contained in:
Olli Graf
2022-05-23 10:01:36 +02:00
parent c2aca6cf07
commit fef412580a
4 changed files with 29 additions and 10 deletions

View File

@@ -43,8 +43,7 @@ class World:
for itemid in self.inventar:
item = self.inventar[itemid]
if item.sichtbar:
labels.append(item.name)
labels.append(item.name)
return labels
def printRaum(self):