Diamant und Sockel werden sichtbar.
This commit is contained in:
@@ -123,6 +123,9 @@ class WorldParser():
|
||||
gegenstand.pickupmsg = msgid
|
||||
# logging.debug('Item ' + gegenstand.name + ' - Pickup: ' + gegenstand.pickupmsg)
|
||||
|
||||
if id in self.world.gegenstaende:
|
||||
raise ValueError(f'dopplete Item-Id {id}')
|
||||
|
||||
self.world.gegenstaende[id] = gegenstand
|
||||
|
||||
# Personen
|
||||
|
Reference in New Issue
Block a user