diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-02-14 12:04:09 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-02-14 12:04:09 +0100 |
commit | c5fcfe8777eab80ccfbb54d5d654658ff58243fc (patch) | |
tree | f5f2ca61b4a624644754820787cc92742696de2c | |
parent | 304634d0d4dfed245730abbb1992e6c71ba3e826 (diff) | |
download | washingtons-war-c5fcfe8777eab80ccfbb54d5d654658ff58243fc.tar.gz |
Fix flipping British PCs with American lone generals.
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1663,7 +1663,7 @@ states.discard_event_pc_action = { } else { if (has_no_pc(s)) place_american_pc(s) - else if (has_american_army(s)) + else if (has_american_or_french_general(s)) flip_pc(s) else remove_pc(s) |