mirror of
https://github.com/veden/Rampant.git
synced 2025-02-03 13:11:54 +02:00
prepped for next version
This commit is contained in:
parent
75eb3a29d4
commit
c254facfd5
@ -142,10 +142,10 @@ function upgrade.attempt(natives, regionMap)
|
||||
game.surfaces[1].print("Rampant - Version 0.15.11")
|
||||
global.version = constants.VERSION_23
|
||||
end
|
||||
if (global.version < constants.VERSION_24) then
|
||||
if (global.version < constants.VERSION_25) then
|
||||
|
||||
game.surfaces[1].print("Rampant - Version 0.15.14")
|
||||
global.version = constants.VERSION_24
|
||||
game.surfaces[1].print("Rampant - Version 0.15.15")
|
||||
global.version = constants.VERSION_25
|
||||
end
|
||||
return starting ~= global.version
|
||||
end
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name" : "Rampant",
|
||||
"factorio_version" : "0.15",
|
||||
"version" : "0.15.14",
|
||||
"version" : "0.15.15",
|
||||
"title" : "Rampant",
|
||||
"author" : "Veden",
|
||||
"homepage" : "https://forums.factorio.com/viewtopic.php?f=94&t=31445",
|
||||
|
@ -11,7 +11,7 @@ constants.VERSION_18 = 18
|
||||
constants.VERSION_20 = 20
|
||||
constants.VERSION_22 = 22
|
||||
constants.VERSION_23 = 23
|
||||
constants.VERSION_24 = 24
|
||||
constants.VERSION_25 = 25
|
||||
|
||||
-- misc
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user