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