summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index ae68ea2..a707225 100644
--- a/play.js
+++ b/play.js
@@ -586,7 +586,7 @@ function update_map() {
let info = BLOCKS[b]
let element = ui.blocks[b]
let town = view.location[b]
- let moved = set_has(view.moved, b) ? " moved" : ""
+ let moved = (set_has(view.moved, b) && b !== view.who) ? " moved" : ""
if (town === DEAD) {
moved = " moved"
}