diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-05-12 23:03:09 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 11:54:52 +0100 |
commit | 13a9169f79574f2cbfb8692d0cab8a264a5bb025 (patch) | |
tree | 30cbfc2513a42f21f107489f7b1a02e6c63a5ceb /rules.js | |
parent | a90dc9f39c1fcb57343f65571e2012f52f69f5fe (diff) | |
download | wilderness-war-13a9169f79574f2cbfb8692d0cab8a264a5bb025.tar.gz |
Western Indian Alliance needs a friendly fort at Ohio Forks.
Fix copy & paste error from Northern Indian Alliance.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7096,7 +7096,7 @@ events.northern_indian_alliance = { events.western_indian_alliance = { can_play() { - return is_friendly_controlled_space(MONTREAL); + return has_friendly_fort(OHIO_FORKS); }, play() { clear_undo(); // rolling die |