Merge pull request #87 from RonarsCorruption/patch-4

lantern continues being active after battle
This commit is contained in:
infinitefusion
2023-04-29 10:31:22 -04:00
committed by GitHub

View File

@@ -81,6 +81,7 @@ def useLantern()
end
Kernel.pbMessage(_INTL("The Lantern illuminated the cave!"))
darkness.radius += 176
$PokemonGlobal.flashUsed = true
while darkness.radius < 176
Graphics.update
Input.update