summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/play.js b/play.js
index 71ef20a..9fed183 100644
--- a/play.js
+++ b/play.js
@@ -216,9 +216,9 @@ function create_formation_card(id) {
append_div(ee, "action_target", "")
if (a.effect) {
if (a.short)
- append_div(ee, "action_effect short", a.effect)
+ append_div(ee, "action_effect short", a.effect_text)
else
- append_div(ee, "action_effect", a.effect)
+ append_div(ee, "action_effect", a.effect_text)
}
return et
}