add summon unit & maze buff & refactor battle
This commit is contained in:
@@ -104,7 +104,7 @@ class AvatarData(BaseDatabaseData):
|
||||
rank=get_equipment.rank if get_equipment else 0
|
||||
)
|
||||
],
|
||||
relic_list = [
|
||||
relic_list=[
|
||||
player.inventory_manager.get(relic_id).RelicBattleProto()
|
||||
for type, relic_id in self.relic_ids.items()
|
||||
if relic_id > 0
|
||||
|
||||
Reference in New Issue
Block a user