summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.js b/play.js
index 0d77e55..9a687de 100644
--- a/play.js
+++ b/play.js
@@ -402,7 +402,7 @@ function update_stat_line(x) {
for (i = 0; i < view.hero_points[x]; ++i)
line += "\u272b"
if (view.initiative === x)
- line += " \u2bc5"
+ line += (view.year & 1) ? " \u2bc6" : " \u2bc5"
return line
}