mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-23 06:46:00 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user