Fixed incorrect Hall of Fame time, fixed Shields Down showing too many messages, fixed target of Pluck still being able to consume its healing berry

This commit is contained in:
Maruno17
2023-03-04 23:37:50 +00:00
parent 6157c63fa2
commit 05f5d621b7
7 changed files with 24 additions and 9 deletions

View File

@@ -165,7 +165,7 @@ class GameStats
end
def set_time_to_hall_of_fame
@time_to_enter_hall_of_fame = @play_time
@time_to_enter_hall_of_fame = @play_time if @time_to_enter_hall_of_fame == 0
end
def play_time_per_session