Skip to content
Snippets Groups Projects
Forked from tome / Tales of MajEyal
4973 commits behind the upstream repository.
  • DarkGod's avatar
    21dcc8cf
    Merge branch 'game_act_fix' into 'master' · 21dcc8cf
    DarkGod authored
    Occasional turn loss fix.
    
    Game.tick now creates a copy of entitites' list to iterate over since iterating over a table while modifying it is undefined.
    
    tickLevel now adjusts indices accordingly when entity is added or removed.
    21dcc8cf
    History
    Merge branch 'game_act_fix' into 'master'
    DarkGod authored
    Occasional turn loss fix.
    
    Game.tick now creates a copy of entitites' list to iterate over since iterating over a table while modifying it is undefined.
    
    tickLevel now adjusts indices accordingly when entity is added or removed.
GameEnergyBased.lua 5.29 KiB