mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-14 22:06:28 +00:00
[Bug] Fix Rapid Strike Urshifu not appearing in wild/trainers (#5216)
This commit is contained in:
parent
6c845cc0d3
commit
861c2e9274
@ -1490,6 +1490,8 @@ export default class BattleScene extends SceneBase {
|
||||
return 0; // Don't give trainers Battle Bond Greninja
|
||||
}
|
||||
return Utils.randSeedInt(2);
|
||||
case Species.URSHIFU:
|
||||
return Utils.randSeedInt(2);
|
||||
case Species.ZYGARDE:
|
||||
return Utils.randSeedInt(4);
|
||||
case Species.MINIOR:
|
||||
|
Loading…
x
Reference in New Issue
Block a user