Fix de du stockage des points

This commit is contained in:
Yannis 2024-01-14 20:07:07 +01:00
parent 2fda053da9
commit c4a19bbcbb

View file

@ -48,7 +48,7 @@ class BossFightManager:
self.engine.entity_manager.pause()
self.player_points = self.fights[self.current_fight_id]
self.boss_points = self.fights[self.current_fight_id]
self.player_points = self.fights[self.current_fight_id][1]
self.boss_points = self.fights[self.current_fight_id][1]
self.engine.game_state = GameState.BOSS_FIGHT