mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -688,7 +688,7 @@ end
|
|||||||
def pbDynamicItemList(*args)
|
def pbDynamicItemList(*args)
|
||||||
ret = []
|
ret = []
|
||||||
for i in 0...args.length
|
for i in 0...args.length
|
||||||
ret.push(i) if GameData::Item.exists?(args[i])
|
ret.push(args[i]) if GameData::Item.exists?(args[i])
|
||||||
end
|
end
|
||||||
return ret
|
return ret
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -81,6 +81,7 @@ def useLantern()
|
|||||||
end
|
end
|
||||||
Kernel.pbMessage(_INTL("The Lantern illuminated the cave!"))
|
Kernel.pbMessage(_INTL("The Lantern illuminated the cave!"))
|
||||||
darkness.radius += 176
|
darkness.radius += 176
|
||||||
|
$PokemonGlobal.flashUsed = true
|
||||||
while darkness.radius < 176
|
while darkness.radius < 176
|
||||||
Graphics.update
|
Graphics.update
|
||||||
Input.update
|
Input.update
|
||||||
|
|||||||
Reference in New Issue
Block a user