summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 10145f0..7375a35 100644
--- a/rules.js
+++ b/rules.js
@@ -3225,6 +3225,11 @@ function goto_sally() {
function update_supply() {
// TODO: Lodya - select boat OR ship (we count both here...)
+ if (game.actions < 1) {
+ game.supply = 0
+ return
+ }
+
let season = current_season()
let here = get_lord_locale(game.command)
let boats = 0