Skip to content
Snippets Groups Projects
Commit eb730af0 authored by dg's avatar dg
Browse files

Upon arrival in the Eidolon plane player ressources are filled up (or down acordingly)

git-svn-id: http://svn.net-core.org/repos/t-engine4@2676 51575b47-30f0-44d4-a5cc-537603b46e54
parent 1aa9eea3
No related branches found
No related tags found
No related merge requests found
......@@ -118,12 +118,7 @@ function _M:eidolonPlane()
self:cleanActor(self.actor)
self:resurrectBasic(self.actor)
for uid, e in pairs(game.level.entities) do
if not game.party:hasMember(e) then
self:restoreResources(e)
else
e.life = math.max(e.life, 1)
e.changed = true
end
self:restoreResources(e)
end
local oldzone = game.zone
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment