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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@4866 51575b47-30f0-44d4-a5cc-537603b46e54
parent 280441a5
No related branches found
No related tags found
No related merge requests found
......@@ -167,15 +167,11 @@ newBirthDescriptor{
max_life = 110,
resolvers.equip{ id=true,
{type="weapon", subtype="longbow", name="elm longbow", autoreq=true, ego_chance=-1000},
{type="ammo", subtype="arrow", name="quiver of elm arrows", autoreq=true, ego_chance=-1000},
{type="armor", subtype="light", name="rough leather armour", autoreq=true, ego_chance=-1000}
},
resolvers.inventory{ id=true, inven="QS_MAINHAND",
{type="weapon", subtype="sling", name="rough leather sling", autoreq=true, ego_chance=-1000},
},
resolvers.inventory{ id=true, inven="QS_QUIVER",
{type="ammo", subtype="shot", name="pouch of iron shot", autoreq=true, ego_chance=-1000},
},
resolvers.generic(function(e)
e.auto_shoot_talent = e.T_SHOOT
end),
......
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