mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
Added message saving back to compiler, tweaked various messages, fixed typo of constant, fixed missing attr_reader
This commit is contained in:
@@ -111,8 +111,8 @@ class VoltorbFlip
|
||||
pbMessage(_INTL("You've gathered {1} Coins. You cannot gather any more.", Settings::MAX_COINS.to_s_formatted))
|
||||
$player.coins = Settings::MAX_COINS # As a precaution
|
||||
@quit = true
|
||||
# elsif !pbConfirmMessage(_INTL("Play Voltorb Flip Lv. {1}?",@level)) && $player.coins<Settings::MAX_COINS
|
||||
# @quit=true
|
||||
# elsif !pbConfirmMessage(_INTL("Play Voltorb Flip Lv. {1}?", @level)) && $player.coins < Settings::MAX_COINS
|
||||
# @quit = true
|
||||
else
|
||||
@sprites["curtain"].opacity = 0
|
||||
# Erase 0s to prepare to replace with values
|
||||
|
||||
Reference in New Issue
Block a user