Any planet start (Fulgora): Medium electric pole is unlocked together with the recycler
This commit is contained in:
parent
151337c116
commit
bf2f46512e
1 changed files with 4 additions and 1 deletions
|
@ -37,7 +37,10 @@ end
|
|||
|
||||
-- Fulgora
|
||||
if target_planet == "fulgora" then
|
||||
Technology:new("recycling"):addPrerequisite("planet-discovery-fulgora")
|
||||
data.raw.recipe["medium-electric-pole"].enabled = false
|
||||
Technology:new("recycling")
|
||||
:addPrerequisite("planet-discovery-fulgora")
|
||||
:addRecipe("medium-electric-pole")
|
||||
Technology:new("iron-processing").prototype.research_trigger.entity = "scrap"
|
||||
Technology:new("copper-processing").prototype.research_trigger.entity = "scrap"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue