mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixed crash when soft resetting, fixed crash when Struggle and confusion pseudo-moves are used, fix broken AI, fixed crash after evolution, fixed crash when editing weather map metadata.
This commit is contained in:
@@ -757,7 +757,7 @@ module WeatherEffectProperty
|
||||
options.push(w.real_name)
|
||||
ids.push(w.id)
|
||||
end
|
||||
cmd = pbMessage(_INTL("Choose a weather effect."), options, -1, default)
|
||||
cmd = pbMessage(_INTL("Choose a weather effect."), options, -1, nil, default)
|
||||
return nil if cmd < 0 || ids[cmd] == :None
|
||||
params = ChooseNumberParams.new
|
||||
params.setRange(0, 100)
|
||||
|
||||
Reference in New Issue
Block a user