Skip to content
Snippets Groups Projects
Commit 1d6f2fbc authored by DarkGod's avatar DarkGod
Browse files

fix summon levels

fix seed rez
parent 66ff8f14
No related branches found
No related tags found
No related merge requests found
......@@ -6250,6 +6250,7 @@ function _M:canUseTinker(tinker)
if not tinker.is_tinker then return nil, "not an attachable item" end
if not self.can_tinker then return nil, "can not use attachements" end
if not self.can_tinker[tinker.is_tinker] then return nil, "can not use attachements of this type" end
if tinker:tinker_allow_attach() then return nil, tinker:tinker_allow_attach() end
return true
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