diff options
Diffstat (limited to 'desktop/core/lib/s.js')
-rw-r--r-- | desktop/core/lib/s.js | 1 |
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 } } |