diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-26 22:09:28 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-26 22:09:28 +0100 |
commit | 2515f3d2752ad6765ccc89d5f906f03337aedcaa (patch) | |
tree | ee6a5e549a145736f1c4365e71053ae51a742ba2 | |
parent | 68dcceb612caa8372ae483e6ad63e10b43593187 (diff) | |
download | 1989-dawn-of-freedom-2515f3d2752ad6765ccc89d5f906f03337aedcaa.tar.gz |
Remove overwrite
-rw-r--r-- | rules.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -424,7 +424,6 @@ states.choose_card = { },
card(card) {
push_undo()
- game.playable_cards[21].playable = 1
game.played_card = card
let find_card
if (game.active === COM) {
|