summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/gencards.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gencards.js b/tools/gencards.js
index ee88c70..1ca352d 100644
--- a/tools/gencards.js
+++ b/tools/gencards.js
@@ -8,8 +8,8 @@ const P = 2
const CARD_INDEX = []
const CARD_INFO = []
-function mk(n, type, cost, name, event) {
- CARD_INFO[xx] = { name, type, cost, event }
+function mk(n, type, value, name, event) {
+ CARD_INFO[xx] = { name, type, value, event }
var a = ix
var b = ix + n - 1
for (let i = 0; i < n; ++i)