1
0
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:
Gerkiz 2021-10-03 22:31:17 +02:00 committed by GitHub
commit 8e973b9dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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