Finish bps work

Fixing a couple bugs
This commit is contained in:
aerinon
2020-10-29 15:46:27 -06:00
parent a02dcd0ba4
commit d3e643b9c6
14 changed files with 139 additions and 31 deletions

View File

@@ -128,6 +128,7 @@ class World(object):
set_player_attr('treasure_hunt_count', 0)
set_player_attr('keydropshuffle', False)
set_player_attr('mixed_travel', 'prevent')
def get_name_string_for_object(self, obj):
return obj.name if self.players == 1 else f'{obj.name} ({self.get_player_names(obj.player)})'