diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-01-04 20:47:32 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:38 +0100 |
commit | c5698c83975e3372449799de115f152ca8b2f03b (patch) | |
tree | 6c0b236e79ba36c4101039f9a9732dd1ad21ae52 | |
parent | a2ccd4536f2764b72a8e51f699d23a4ef03ff0d9 (diff) | |
download | nevsky-c5698c83975e3372449799de115f152ca8b2f03b.tar.gz |
Must have Lord to play Field Organ.
In Storm, as Defender, with only Garrison.
-rw-r--r-- | rules.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6337,7 +6337,8 @@ function can_play_battle_events() { // Battle or Storm if (game.active === TEUTONS) { if (could_play_card(EVENT_TEUTONIC_FIELD_ORGAN)) - return true + if (has_reserves()) + return true } return false |