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:
parent
7175b9efe0
commit
c37a1a3f3e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user