[Change] Have land differentiate between planet classed.
This commit is contained in:
parent
6087d22a5d
commit
ddd7e02c52
@ -19,9 +19,9 @@ function choose(str)
|
|||||||
|
|
||||||
if class == "M" then
|
if class == "M" then
|
||||||
mus = "agriculture"
|
mus = "agriculture"
|
||||||
elseif class == "" then
|
elseif name == "Anecu" then -- TODO: We need a way to differenciate aquatics.
|
||||||
mus = "ocean"
|
mus = "ocean"
|
||||||
elseif class == "" then
|
elseif class == "P" then
|
||||||
mus = "snow"
|
mus = "snow"
|
||||||
else
|
else
|
||||||
if space.planetServices(planet) > 0 then
|
if space.planetServices(planet) > 0 then
|
||||||
|
Loading…
Reference in New Issue
Block a user