mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 15:22:19 +02:00
Load it too
This commit is contained in:
parent
d7f4b53b58
commit
85f396b4d9
@ -1087,6 +1087,8 @@ export class GameData {
|
||||
|
||||
globalScene.arena.playerTerasUsed = sessionData.arena.playerTerasUsed;
|
||||
|
||||
globalScene.arena.playerFaints = sessionData.arena.playerFaints;
|
||||
|
||||
globalScene.arena.tags = sessionData.arena.tags;
|
||||
if (globalScene.arena.tags) {
|
||||
for (const tag of globalScene.arena.tags) {
|
||||
|
Loading…
Reference in New Issue
Block a user