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

Golem wnt start with ego items

git-svn-id: http://svn.net-core.org/repos/t-engine4@5706 51575b47-30f0-44d4-a5cc-537603b46e54
parent 249432ff
No related branches found
No related tags found
No related merge requests found
......@@ -57,8 +57,8 @@ local function makeGolem(self)
},
resolvers.equip{
{type="weapon", subtype="battleaxe", autoreq=true, id=true},
{type="armor", subtype="heavy", autoreq=true, id=true}
{type="weapon", subtype="battleaxe", autoreq=true, id=true, ego_chance=-1000},
{type="armor", subtype="heavy", autoreq=true, id=true, ego_chance=-1000}
},
talents_types = {
......
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