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

Removed eidolon protection as it was not really working anyway

git-svn-id: http://svn.net-core.org/repos/t-engine4@6711 51575b47-30f0-44d4-a5cc-537603b46e54
parent 489a05a4
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ end
--- Send the party to the Eidolon Plane
function _M:eidolonPlane()
self.actor:setEffect(self.actor.EFF_EIDOLON_PROTECT, 1, {})
-- self.actor:setEffect(self.actor.EFF_EIDOLON_PROTECT, 1, {})
game:onTickEnd(function()
if not self.actor:attr("infinite_lifes") then
self.actor:attr("easy_mode_lifes", -1)
......
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