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

Golem starting equipment is identified

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