diff options
Diffstat (limited to 'desktop/core/lib/e.js')
-rw-r--r-- | desktop/core/lib/e.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/core/lib/e.js b/desktop/core/lib/e.js index f1a4ea2..edc5269 100644 --- a/desktop/core/lib/e.js +++ b/desktop/core/lib/e.js @@ -11,6 +11,7 @@ function FnE (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 } } |