1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-22 03:38:48 +02:00

furnace structures more common

This commit is contained in:
danielmartin0 2022-06-04 15:26:56 +01:00
parent 7175b9efe0
commit c37a1a3f3e

View File

@ -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