mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-11-21 09:00:44 +00:00
🐛 teleport not saving
This commit is contained in:
parent
541d3e0e03
commit
191a41c647
1 changed files with 1 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ export const gameSlice = createSlice({
|
|||
state.defeatedTrainers = savedGameState.defeatedTrainers;
|
||||
state.collectedItems = savedGameState.collectedItems;
|
||||
state.completedQuests = savedGameState.completedQuests;
|
||||
state.lastTeleport = savedGameState.lastTeleport;
|
||||
},
|
||||
swapPokemonPositions: (state, action: PayloadAction<number[]>) => {
|
||||
const [index1, index2] = action.payload;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue