From 9335e938da720839d9d0107877ba1f64a1a97e44 Mon Sep 17 00:00:00 2001 From: danielmartin0 Date: Mon, 23 Sep 2024 14:08:39 +0100 Subject: [PATCH] lock amount hours --- maps/pirates/common.lua | 2 +- maps/pirates/coredata.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/maps/pirates/common.lua b/maps/pirates/common.lua index 2898a50d..d19bb2b9 100644 --- a/maps/pirates/common.lua +++ b/maps/pirates/common.lua @@ -27,7 +27,7 @@ Public.minimum_run_capacity_to_enforce_space_for = 22 -- auto-disbanding when there are no players left in the crew: -- Public.autodisband_hours = nil -Public.autodisband_hours = 24 * 5 -- should not be zero (as this messes with saving and loading a game, which boots the player for a moment.) Also note that the server may run very slowly when no-one is on it. +Public.autodisband_hours = 24 * 2 -- should not be zero (as this messes with saving and loading a game, which boots the player for a moment.) Also note that the server may run very slowly when no-one is on it. Public.boat_steps_at_a_time = 1 diff --git a/maps/pirates/coredata.lua b/maps/pirates/coredata.lua index e00eb5aa..d01c03ec 100644 --- a/maps/pirates/coredata.lua +++ b/maps/pirates/coredata.lua @@ -17,8 +17,8 @@ Public.total_max_biters = 2200 Public.lobby_surface_name = '000-000-Lobby' -Public.private_run_lock_amount_hr = 24 -- how many hours need to pass, when crew is empty or inactive, until private run becomes public -Public.protected_run_lock_amount_hr = 24 -- how many hours need to pass, when crew is empty or inactive, until captain protection expires +Public.private_run_lock_amount_hr = 48 -- how many hours need to pass, when crew is empty or inactive, until private run becomes public +Public.protected_run_lock_amount_hr = 48 -- how many hours need to pass, when crew is empty or inactive, until captain protection expires Public.colors = { coal = { r = 0.5, g = 0.5, b = 0.5 },