mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 17:29:30 +02:00
correct an error
This commit is contained in:
parent
c4659d6467
commit
1990b69c18
@ -353,7 +353,7 @@ export function getSize(str: string) {
|
|||||||
export function getDRPD(scene: BattleScene): DRPD {
|
export function getDRPD(scene: BattleScene): DRPD {
|
||||||
var drpd: DRPD = JSON.parse(localStorage.getItem(getLogID(scene))) as DRPD;
|
var drpd: DRPD = JSON.parse(localStorage.getItem(getLogID(scene))) as DRPD;
|
||||||
drpd = updateLog(drpd);
|
drpd = updateLog(drpd);
|
||||||
scene.arenaFlyout.printIVs()
|
scene.arenaFlyout.updateFieldText()
|
||||||
return drpd;
|
return drpd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user