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

Disabling research with no use

This commit is contained in:
Agocelt 2021-10-03 20:50:53 +02:00 committed by GitHub
parent 8adc192285
commit 77adad0491
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