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

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
parent ab6c0d63
No related branches found
No related tags found
No related merge requests found
......@@ -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"}
......
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