mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 21:20:27 -04:00
Tweaked #reset
This commit is contained in:
parent
1d8090d01c
commit
655a539bd3
1 changed files with 2 additions and 2 deletions
4
Input.js
4
Input.js
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue