From 1d6f2fbc654fc392316ed5c72e34a7947e689225 Mon Sep 17 00:00:00 2001
From: DarkGod <darkgod@net-core.org>
Date: Sat, 4 Oct 2014 23:48:11 +0200
Subject: [PATCH] fix summon levels fix seed rez

---
 game/modules/tome/class/Actor.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/game/modules/tome/class/Actor.lua b/game/modules/tome/class/Actor.lua
index c0bd593c65..03b36a474d 100644
--- a/game/modules/tome/class/Actor.lua
+++ b/game/modules/tome/class/Actor.lua
@@ -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
 
-- 
GitLab