mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 22:24:58 +00:00
Fixed previous commit always causing recompiling if shadow_pokemon.dat doesn't exist, also rubocopping
This commit is contained in:
@@ -580,8 +580,9 @@ class VoltorbFlip
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
||||
#===============================================================================
|
||||
#
|
||||
#===============================================================================
|
||||
class VoltorbFlipScreen
|
||||
def initialize(scene)
|
||||
@scene = scene
|
||||
@@ -594,8 +595,9 @@ class VoltorbFlipScreen
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
||||
#===============================================================================
|
||||
#
|
||||
#===============================================================================
|
||||
def pbVoltorbFlip
|
||||
if !$bag.has?(:COINCASE)
|
||||
pbMessage(_INTL("You can't play unless you have a Coin Case."))
|
||||
|
||||
Reference in New Issue
Block a user