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

Brawlers start with gloves in inventory

git-svn-id: http://svn.net-core.org/repos/t-engine4@6105 51575b47-30f0-44d4-a5cc-537603b46e54
parent f920a8b1
No related branches found
No related tags found
No related merge requests found
......@@ -295,6 +295,9 @@ newBirthDescriptor{
{type="armor", subtype="hands", name="iron gauntlets", autoreq=true, ego_chance=-1000, ego_chance=-1000},
{type="armor", subtype="light", name="rough leather armour", autoreq=true, ego_chance=-1000, ego_chance=-1000},
},
resolvers.inventory{ id=true,
{type="armor", subtype="hands", name="rough leather gloves", ego_chance=-1000, ego_chance=-1000},
},
},
copy_add = {
life_rating = 2,
......
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