Start of attempt for vanilla item placements

This commit is contained in:
2026-05-14 00:14:54 -05:00
parent cdfdc15219
commit 924bd7a616
6 changed files with 269 additions and 10 deletions

View File

@@ -2895,6 +2895,10 @@ class Item(object):
def compass(self):
return self.type == 'Compass'
@property
def event(self):
return self.type == 'Event'
@property
def dungeon(self):
if not self.smallkey and not self.bigkey and not self.map and not self.compass: