mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-06 00:23:49 +02:00
Merge pull request #119 from Agocelt/Disabling-research-with-no-use
Disabling research with no use
This commit is contained in:
commit
8e973b9dc8
@ -1370,6 +1370,8 @@ function Public.disable_tech()
|
||||
force.technologies['optics'].researched = true
|
||||
force.technologies['railway'].researched = true
|
||||
force.technologies['land-mine'].enabled = false
|
||||
force.technologies['fluid-wagon'].enabled = false
|
||||
force.technologies['cliff-explosives'].enabled = false
|
||||
|
||||
disable_recipes(force)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user