diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-03-22 17:10:45 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-03-22 17:10:45 +0100 |
commit | f58a3fdc03af65cce4ae8381192678f2b3f982af (patch) | |
tree | 8cf257f83a0be997e6a87fd9546e76785b8518ca /data.js | |
parent | f2d72a1f60f19a7c5844c3f66d1d0b1a98a3d591 (diff) | |
download | land-and-freedom-f58a3fdc03af65cce4ae8381192678f2b3f982af.tar.gz |
Add medallion tooltips.
Diffstat (limited to 'data.js')
-rw-r--r-- | data.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1772,7 +1772,7 @@ const data = { { id: 2, name: 'Momentum', - tooltip: 'Play another card.' + tooltip: 'Play another card after the current card.' }, { id: STRATEGY_MEDALLION_ID, |