diff --git a/idk/idk_lib.py b/idk/idk_lib.py index 00145c8..e969f3d 100644 --- a/idk/idk_lib.py +++ b/idk/idk_lib.py @@ -375,7 +375,7 @@ def fight(stat, opponent_stat, opponent_name): # Fight if player > opponent: end = player_turn() - if end: return 2 + if end: return 2, player_stat[4] if opponent_stat[4] <= 0: return 0, player_stat[4] opponent_turn()