Add setting to restrict sciences to Lignumis
This commit is contained in:
parent
9c3800e293
commit
0ec3d172bc
5 changed files with 33 additions and 19 deletions
|
|
@ -41,7 +41,8 @@ data:extend({
|
|||
primary = { r = 0.65, g = 0.27, b = 0.18, a = 1.000 },
|
||||
secondary = { r = 0.65, g = 0.27, b = 0.18, a = 1.000 },
|
||||
},
|
||||
allow_productivity = true
|
||||
allow_productivity = true,
|
||||
surface_conditions = settings.startup["lignumis-restrict-sciences"].value and { { property = "pollutant-type", min = 3, max = 3 } } or nil
|
||||
},
|
||||
{
|
||||
type = "recipe",
|
||||
|
|
@ -59,7 +60,8 @@ data:extend({
|
|||
primary = { r = 0.65, g = 0.27, b = 0.18, a = 1.000 },
|
||||
secondary = { r = 0.65, g = 0.27, b = 0.18, a = 1.000 },
|
||||
},
|
||||
allow_productivity = true
|
||||
allow_productivity = true,
|
||||
surface_conditions = settings.startup["lignumis-restrict-sciences"].value and { { property = "pollutant-type", min = 3, max = 3 } } or nil
|
||||
},
|
||||
{
|
||||
type = "technology",
|
||||
|
|
|
|||
|
|
@ -40,7 +40,8 @@ data:extend({
|
|||
primary = { r = 0.65, g = 0.27, b = 0.18, a = 1.000 },
|
||||
secondary = { r = 0.65, g = 0.27, b = 0.18, a = 1.000 },
|
||||
},
|
||||
allow_productivity = true
|
||||
allow_productivity = true,
|
||||
surface_conditions = settings.startup["lignumis-restrict-sciences"].value and { { property = "pollutant-type", min = 3, max = 3 } } or nil
|
||||
},
|
||||
{
|
||||
type = "technology",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue