mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Adds option to sort bag
This commit is contained in:
@@ -55,7 +55,7 @@ class FusionQuiz
|
||||
end
|
||||
round_multiplier += round_multiplier_increase
|
||||
else
|
||||
pbMessage(_INTL("That concludes our quiz! You've cumulated {1} points in total.", @score))
|
||||
pbMessage(_INTL("This concludes our quiz! You've cumulated {1} points in total.", @score))
|
||||
pbMessage("Thanks for playing with us today!")
|
||||
end
|
||||
end
|
||||
@@ -185,7 +185,7 @@ class FusionQuiz
|
||||
pbSEPlay("buzzer", 80)
|
||||
break_streak
|
||||
pbMessage("Unfortunately, that was a wrong answer.")
|
||||
pbMessage("But you'll get another chance!") if other_chance_later
|
||||
pbMessage("But you'll get another chance at it!") if other_chance_later
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user