From 2e6a96bcd297204ebec362084dc0ec2613382c47 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Sat, 25 Aug 2012 20:17:03 +0000 Subject: [PATCH] Suicide on the eidolon plane is duely noted git-svn-id: http://svn.net-core.org/repos/t-engine4@5565 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/chats/eidolon-plane.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/data/chats/eidolon-plane.lua b/game/modules/tome/data/chats/eidolon-plane.lua index 8a6c44df2c..b6428ba62e 100644 --- a/game/modules/tome/data/chats/eidolon-plane.lua +++ b/game/modules/tome/data/chats/eidolon-plane.lua @@ -40,7 +40,7 @@ newChat{ id="die", I...had plans for you, but I can not go against your free will. Know that you had a destiny waiting for you. Are you sure?]], answers = { - {"Just let me go please.", action=function(npc, player) game:getPlayer(true):die(game.player) end}, + {"Just let me go please.", action=function(npc, player) game:getPlayer(true):die(game.player, {special_death_msg=("asked the Eidolon to let %s die in peace"):format(game.player.female and "her" or "his")}) end}, {"No actually, perhaps life is still worth it!"}, } } -- GitLab