mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 17:29:30 +02:00
More fixes yay
IV info now updates at an appropriate time Disabled exact item predictions for luck breakdown due to a crash
This commit is contained in:
parent
075b02b1c3
commit
58dff37f0d
@ -1920,6 +1920,7 @@ export class EncounterPhase extends BattlePhase {
|
||||
handleTutorial(this.scene, Tutorial.Access_Menu).then(() => {
|
||||
// Auto-show the flyout
|
||||
if (this.scene.currentBattle.battleType !== BattleType.TRAINER) {
|
||||
this.scene.arenaFlyout.display2()
|
||||
this.scene.arenaFlyout.toggleFlyout(true)
|
||||
this.scene.arenaFlyout.isAuto = true
|
||||
}
|
||||
@ -6851,7 +6852,7 @@ export class SelectModifierPhase extends BattlePhase {
|
||||
if (modifierOverride) {
|
||||
//modifierCount.value = modifierOverride
|
||||
}
|
||||
const typeOptions: ModifierTypeOption[] = this.getModifierTypeOptions(modifierCount.value, true, true, true);
|
||||
const typeOptions: ModifierTypeOption[] = this.getModifierTypeOptions(modifierCount.value, true, true);
|
||||
typeOptions.forEach((option, idx) => {
|
||||
//console.log(option.type.name)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user