summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-06-24 21:15:54 +0200
committerTor Andersson <tor@ccxvii.net>2023-07-07 18:39:37 +0200
commitef64999e69e54f5477e46439a1be626f9b870679 (patch)
treec0d9187f2cd396178d0a80a2f73951d5ee57ee87 /tools
parentc88979589d322a2549109049b51759ab88927533 (diff)
downloadtime-of-crisis-ef64999e69e54f5477e46439a1be626f9b870679.tar.gz
Inactive prompts.
Diffstat (limited to 'tools')
-rw-r--r--tools/gencards.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gencards.js b/tools/gencards.js
index 1ca352d..de233cc 100644
--- a/tools/gencards.js
+++ b/tools/gencards.js
@@ -9,7 +9,7 @@ const CARD_INDEX = []
const CARD_INFO = []
function mk(n, type, value, name, event) {
- CARD_INFO[xx] = { name, type, value, event }
+ CARD_INFO[xx] = { name: name + " - " + event, type, value, event }
var a = ix
var b = ix + n - 1
for (let i = 0; i < n; ++i)