summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index 492ddbf..b39bfc8 100644
--- a/rules.js
+++ b/rules.js
@@ -535,7 +535,7 @@ function get_lord_calendar(lord) {
}
function set_lord_cylinder_on_calendar(lord, turn) {
- if (turn < 0) turn = 0
+ if (turn < 1) turn = 1
if (turn > 16) turn = 16
set_lord_locale(lord, CALENDAR + turn)
}