summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-08-22 10:50:56 +0200
committerTor Andersson <tor@ccxvii.net>2024-08-22 22:02:58 +0200
commitf325e1673fa843d06e47ef1ce558ea6606b3c92b (patch)
tree12c98696bcc3240726a13df4c8b1fa742f847ef3 /rules.js
parenteb9f45cf055f9f9823eed3aeaefada74f6d07454 (diff)
downloadwashingtons-war-f325e1673fa843d06e47ef1ce558ea6606b3c92b.tar.gz
Space ordering.
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()
}