From c37a1a3f3e38a1841e560c95873f1863c6fe5aed Mon Sep 17 00:00:00 2001 From: danielmartin0 Date: Sat, 4 Jun 2022 15:26:56 +0100 Subject: [PATCH] furnace structures more common --- maps/pirates/structures/quest_structures/quest_structures.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/pirates/structures/quest_structures/quest_structures.lua b/maps/pirates/structures/quest_structures/quest_structures.lua index 8c9c9102..e5142310 100644 --- a/maps/pirates/structures/quest_structures/quest_structures.lua +++ b/maps/pirates/structures/quest_structures/quest_structures.lua @@ -31,7 +31,7 @@ function Public.choose_quest_structure_type() local destination = Common.current_destination() local subtype = destination.subtype - local rng = Math.random(2) + local rng = Math.random(3) if rng == 1 or subtype and subtype == IslandsCommon.enum.WALKWAYS then return enum.MARKET1