Tweaked #reset

This commit is contained in:
raeleus 2024-09-30 10:24:45 -07:00
parent 1d8090d01c
commit 655a539bd3

View file

@ -2059,8 +2059,8 @@ function doReset(command) {
state.characters = []
state.locations = []
state.location = null
state.x = 0
state.y = 0
state.x = null
state.y = null
state.defaultDifficulty = null
state.autoXp = null