v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
14
attic/old_version_scripts/worldmetadata_4_5.lua
Normal file
14
attic/old_version_scripts/worldmetadata_4_5.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
function update(store)
|
||||
if store.worldTemplate.celestialParameters then
|
||||
if store.worldTemplate.celestialParameters.scanData then
|
||||
-- added weather pool information to world metadata
|
||||
-- if it's not there... just fake it
|
||||
if not store.worldTemplate.celestialParameters.scanData.weatherPool then
|
||||
store.worldTemplate.celestialParameters.scanData.weatherPool = vlist()
|
||||
-- close enough!
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
return store
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue