diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-07-06 13:17:07 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:19:39 +0100 |
commit | cddc3e1c83db9c8319906e25960a524fe3f94349 (patch) | |
tree | 6abcdefa6084941981b9a94f5d67123dfd4ae077 /rules.js | |
parent | 9d54f04657ac2bd3774f5da58e9bfc239b4e3686 (diff) | |
download | crusader-rex-cddc3e1c83db9c8319906e25960a524fe3f94349.tar.gz |
crusader: Simple castle graphic backdrop.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ const VICTORY_TOWNS = [ // serif cirled numbers const DIE_HIT = [ 0, '\u2776', '\u2777', '\u2778', '\u2779', '\u277A', '\u277B' ]; const DIE_MISS = [ 0, '\u2460', '\u2461', '\u2462', '\u2463', '\u2464', '\u2465' ]; -const DIE_SELF = '\u2465!'; +const DIE_SELF = '\u2716'; const ATTACK_MARK = "*"; const RESERVE_MARK_1 = "\u2020"; |