diff options
Diffstat (limited to 'desktop/core/lib/w.js')
-rw-r--r-- | desktop/core/lib/w.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/core/lib/w.js b/desktop/core/lib/w.js index ef0a12c..2f4b6e2 100644 --- a/desktop/core/lib/w.js +++ b/desktop/core/lib/w.js @@ -11,6 +11,7 @@ function FnW (pico, x, y, isPassive) { this.haste = function () { if (this.isFree(-1, 0) !== true) { this.replace('*'); this.lock(); return } this.move(-1, 0) + this.isPassive = false } } |