From 655a539bd33581e7decbf18fed94a7414fb08add Mon Sep 17 00:00:00 2001 From: raeleus Date: Mon, 30 Sep 2024 10:24:45 -0700 Subject: [PATCH] Tweaked #reset --- Input.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Input.js b/Input.js index 202ac32..ce181d7 100644 --- a/Input.js +++ b/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