summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 117a310..cac0bbd 100644
--- a/rules.js
+++ b/rules.js
@@ -3257,6 +3257,7 @@ events.advance_french_alliance = function (card) {
events.remove_french_navy = function () {
// TODO: remove french navy manual?
+ // NOTE: Technically it should be game.year but this way we avoid stacking with the turn marker.
game.french_navy = game.year + 1
end_strategy_card()
}