Fixed archery when projectiles are flying during a save/reload
When the player comes back from the far east some of the zones he visited and vanquished the boss in the west will be updated with a new boss (only if the previous guardian has been killed before going east). This currently affects the Moria, Old Forest, Trollshaws and Tol Falas git-svn-id: http://svn.net-core.org/repos/t-engine4@1554 51575b47-30f0-44d4-a5cc-537603b46e54
Showing
- game/engines/default/engine/Game.lua 1 addition, 0 deletionsgame/engines/default/engine/Game.lua
- game/modules/tome/class/Actor.lua 3 additions, 3 deletionsgame/modules/tome/class/Actor.lua
- game/modules/tome/class/Game.lua 7 additions, 0 deletionsgame/modules/tome/class/Game.lua
- game/modules/tome/class/GameState.lua 80 additions, 0 deletionsgame/modules/tome/class/GameState.lua
- game/modules/tome/class/interface/Archery.lua 1 addition, 1 deletiongame/modules/tome/class/interface/Archery.lua
- game/modules/tome/data/damage_types.lua 2 additions, 2 deletionsgame/modules/tome/data/damage_types.lua
- game/modules/tome/data/zones/moria/npcs.lua 49 additions, 0 deletionsgame/modules/tome/data/zones/moria/npcs.lua
- game/modules/tome/data/zones/moria/objects.lua 21 additions, 0 deletionsgame/modules/tome/data/zones/moria/objects.lua
- game/modules/tome/data/zones/old-forest/npcs.lua 37 additions, 0 deletionsgame/modules/tome/data/zones/old-forest/npcs.lua
- game/modules/tome/data/zones/old-forest/objects.lua 18 additions, 0 deletionsgame/modules/tome/data/zones/old-forest/objects.lua
- game/modules/tome/data/zones/tol-falas/npcs.lua 65 additions, 0 deletionsgame/modules/tome/data/zones/tol-falas/npcs.lua
- game/modules/tome/data/zones/tol-falas/objects.lua 15 additions, 0 deletionsgame/modules/tome/data/zones/tol-falas/objects.lua
- game/modules/tome/data/zones/trollshaws/npcs.lua 54 additions, 0 deletionsgame/modules/tome/data/zones/trollshaws/npcs.lua
- game/modules/tome/data/zones/trollshaws/objects.lua 23 additions, 0 deletionsgame/modules/tome/data/zones/trollshaws/objects.lua
- game/modules/tome/data/zones/wilderness-arda-fareast/zone.lua 4 additions, 1 deletion.../modules/tome/data/zones/wilderness-arda-fareast/zone.lua
game/modules/tome/class/GameState.lua
0 → 100644
Please register or sign in to comment