From 7ad78bfb77143f9b0fb7810f28505382dcfa6e71 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Sun, 16 May 2010 22:15:23 +0000 Subject: [PATCH] all players now start with 2 potions of cure poison git-svn-id: http://svn.net-core.org/repos/t-engine4@637 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/birth/descriptors.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/game/modules/tome/data/birth/descriptors.lua b/game/modules/tome/data/birth/descriptors.lua index 2546538cca..ca5f729be0 100644 --- a/game/modules/tome/data/birth/descriptors.lua +++ b/game/modules/tome/data/birth/descriptors.lua @@ -44,6 +44,8 @@ newBirthDescriptor{ {type="potion", subtype="potion", name="potion of lesser healing", ego_chance=-1000}, {type="potion", subtype="potion", name="potion of lesser healing", ego_chance=-1000}, {type="potion", subtype="potion", name="potion of lesser healing", ego_chance=-1000}, + {type="potion", subtype="potion", name="potion of cure poison", ego_chance=-1000}, + {type="potion", subtype="potion", name="potion of cure poison", ego_chance=-1000}, }, resolvers.generic(function(e) e.hotkey[9] = {"inventory", "potion of lesser healing"} -- GitLab