summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/play.js b/play.js
index 906f571..9a13a14 100644
--- a/play.js
+++ b/play.js
@@ -155,6 +155,10 @@ function create_formation_card(id) {
append_div(e, "strength", "II")
else if (card.special === 3)
append_div(e, "strength", "III")
+ else if (card.special === 4)
+ append_div(e, "strength", "IV")
+ else if (card.special === 5)
+ append_div(e, "strength", "V")
else
append_div(e, "strength", card.strength)
@@ -241,6 +245,8 @@ function fill_card_row(top, parent, list) {
x = view.self
if (view.target === id)
x = view.hits
+ if (view.target2 === id)
+ x = view.hits2
for (let i = 0; i < x && i < n; ++i)
add_hit_stick(ui.slot_sticks[id])
for (let i = x; i < n; ++i)