diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-07-15 15:41:31 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-15 15:41:31 +0200 |
commit | 8056e928cfe3553197ec9f50e5cd2398f68c1c12 (patch) | |
tree | 1c7de59a25dbd0858e24c9f421c59c4ca9267864 /rules.js | |
parent | f7403f41bfc1a563a15cffb816619f96dd79ef8c (diff) | |
download | time-of-crisis-8056e928cfe3553197ec9f50e5cd2398f68c1c12.tar.gz |
Fix Ludi Saeculares prompt.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1688,7 +1688,7 @@ function goto_ludi_saeculares() { states.ludi_saeculares = { inactive: "Ludi Saeculares", prompt() { - prompt("Ludi Saeculares: Discard a card to gain legacy equal to twice its value.") + prompt("Ludi Saeculares: Discard a card to gain legacy equal to its value.") for (let c of current_hand()) gen_action_card(c) }, |