From 1bd667baf685f323e86be6a47e06a6cc709ce9cf Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Wed, 15 May 2013 20:02:59 +0000
Subject: [PATCH] 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
---
 game/modules/tome/dialogs/DeathDialog.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/dialogs/DeathDialog.lua b/game/modules/tome/dialogs/DeathDialog.lua
index 9988c02196..28435569d9 100644
--- a/game/modules/tome/dialogs/DeathDialog.lua
+++ b/game/modules/tome/dialogs/DeathDialog.lua
@@ -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)
-- 
GitLab