diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-09-19 01:00:56 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-09-19 01:05:14 +0200 |
commit | bb8f2a9b219d0a67933ce1f687fc46248cf06bab (patch) | |
tree | cb84fd30718a493cbc3941b65afc118e0539d12b | |
parent | 5d68fec770a45ff2a3ac59306b6e01354879b0b9 (diff) | |
download | wilderness-war-bb8f2a9b219d0a67933ce1f687fc46248cf06bab.tar.gz |
Treaty of Easton - no changes, so let british player execute event.
-rw-r--r-- | rules.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -7589,7 +7589,6 @@ events.treaty_of_easton = { return false }, play() { - set_active_enemy() game.state = 'treaty_of_easton' }, } @@ -7614,7 +7613,6 @@ states.treaty_of_easton = { eliminate_piece(p) }, end_event() { - set_active_enemy() end_action_phase() } } |