fix: minor fix for take_anys
fix: money balancing - initialization in a good case
This commit is contained in:
@@ -1467,6 +1467,9 @@ class Region(object):
|
||||
return self.dungeon and self.dungeon.is_dungeon_item(item) and item.player == self.player
|
||||
return True
|
||||
|
||||
def is_outdoors(self):
|
||||
return self.type in {RegionType.LightWorld, RegionType.DarkWorld}
|
||||
|
||||
def __str__(self):
|
||||
return str(self.__unicode__())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user