Start of attempt for vanilla item placements
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user