aboutsummaryrefslogtreecommitdiffhomepage
path: root/desktop/core/lib/n.js
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/core/lib/n.js')
-rw-r--r--desktop/core/lib/n.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/core/lib/n.js b/desktop/core/lib/n.js
index c263280..d31cb91 100644
--- a/desktop/core/lib/n.js
+++ b/desktop/core/lib/n.js
@@ -11,6 +11,7 @@ function FnN (pico, x, y, isPassive) {
this.haste = function () {
if (this.isFree(0, -1) !== true) { this.replace('*'); this.lock(); return }
this.move(0, -1)
+ this.isPassive = false
}
}