1
0
mirror of https://github.com/veden/Rampant.git synced 2025-03-17 20:58:35 +02:00

see changelog

This commit is contained in:
Aaron Veden 2020-05-04 19:19:17 -07:00
parent 6bc4170b39
commit 5e525da5a3
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 0.18.10
Date: 4. 4 2020
Bugfixes:
- fixed gameSurfaces not being set after adding game surfaces by upgrade
---------------------------------------------------------------------------------------------------
Version: 0.18.9
Date: 3. 4 2020

View File

@ -526,6 +526,7 @@ local function prepWorld(rebuild, surfaceName)
end
upgraded, natives = upgrade.attempt(natives, surfaceName, gameSurfaces)
gameSurfaces = global.gameSurfaces
onModSettingsChange(nil)
if natives.newEnemies then
rebuildNativeTables(natives, game.get_surface(natives.activeSurface), game.create_random_generator(natives.enemySeed))

View File

@ -1,7 +1,7 @@
{
"name" : "Rampant",
"factorio_version" : "0.18",
"version" : "0.18.9",
"version" : "0.18.10",
"title" : "Rampant",
"author" : "Veden",
"homepage" : "https://forums.factorio.com/viewtopic.php?f=94&t=31445",