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