mirror of
https://github.com/veden/Rampant.git
synced 2025-02-05 13:14:51 +02:00
see changelog
This commit is contained in:
parent
a76befa436
commit
23f0927ac9
@ -357,11 +357,14 @@ function upgrade.attempt(natives, setNewSurface)
|
||||
es[i].die()
|
||||
end
|
||||
|
||||
if not setNewSurface then
|
||||
game.surfaces[natives.activeSurface].print("Rampant - Version 0.17.30")
|
||||
end
|
||||
global.version = 101
|
||||
end
|
||||
if (global.version < 102) then
|
||||
if not setNewSurface then
|
||||
game.surfaces[natives.activeSurface].print("Rampant - Version 0.17.32")
|
||||
end
|
||||
global.version = 102
|
||||
end
|
||||
|
||||
return starting ~= global.version, natives
|
||||
end
|
||||
|
@ -1,3 +1,11 @@
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.17.32
|
||||
Date: 24. 12. 2019
|
||||
Contributions:
|
||||
- Billbo99 - Energy thief crystal next_upgrade was not getting set to nil.
|
||||
Bugfixes:
|
||||
- script_raised_revive was not being listened for
|
||||
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.17.31
|
||||
Date: 19. 12. 2019
|
||||
|
@ -1035,7 +1035,8 @@ script.on_event({defines.events.on_player_mined_entity,
|
||||
defines.events.script_raised_destroy}, onMine)
|
||||
script.on_event({defines.events.on_built_entity,
|
||||
defines.events.on_robot_built_entity,
|
||||
defines.events.script_raised_built}, onBuild)
|
||||
defines.events.script_raised_built,
|
||||
defines.events.script_raised_revive}, onBuild)
|
||||
|
||||
-- script.on_event(defines.events.on_ai_command_completed, onCommandDebugger)
|
||||
script.on_event(defines.events.on_entity_spawned, onEntitySpawned)
|
||||
|
Loading…
x
Reference in New Issue
Block a user