added vanilla overhaul + K2 overhaul

This commit is contained in:
PreLeyZero 2022-03-19 00:48:21 +01:00
parent 3781b8dc24
commit 8b258f770d
13 changed files with 399 additions and 46 deletions

View file

@ -112,3 +112,8 @@ data:extend({
if data.raw.technology["atomic-bomb"] then
table.insert(data.raw.technology["atomic-bomb"].effects, {type ="unlock-recipe", recipe ="fi_atomic_bomb_recipe"})
end
--overhaul
if settings.startup['overhaul_mode'].value == true then
require('scripts/overhaul')
end