From da0130446329b1419d54904e1ab43aebefbfd3de Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 13 Dec 2023 23:11:30 +0100 Subject: flip the star --- play.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'play.js') diff --git a/play.js b/play.js index 5b5566e..436dce6 100644 --- a/play.js +++ b/play.js @@ -179,9 +179,8 @@ function create_formation_card(id) { if (card.dice) { if (card.morale === 2) - append_div(e, "dice_area", card.dice + '
') - else - append_div(e, "dice_area", card.dice) + append_div(e, "star", '★') + append_div(e, "dice_area", card.dice) } function create_action(a, ix) { -- cgit v1.2.3