From 52d9a6d969f0f18724a7ed91a74621ac8973efb2 Mon Sep 17 00:00:00 2001 From: danielmartin0 Date: Mon, 23 Sep 2024 14:24:04 +0100 Subject: [PATCH] turn coal liq off --- maps/pirates/crew.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/pirates/crew.lua b/maps/pirates/crew.lua index 65114413..a11cb5b6 100644 --- a/maps/pirates/crew.lua +++ b/maps/pirates/crew.lua @@ -975,7 +975,7 @@ function Public.reset_crew_and_enemy_force(id) -- Trying out having this be researched by default, in order to make coal (the resource needed to power the ship) interchangeable with oil, thereby making coal more precious: - crew_force.technologies['coal-liquefaction'].researched = true + -- crew_force.technologies['coal-liquefaction'].researched = true -- crew_force.technologies['toolbelt'].enabled = false --trying this. we don't actually want players to carry too many things manually, and in fact in a resource-tight scenario that's problematic