From 6ba452307d4efcc7c81c9a910dd3daf759391e05 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Fri, 2 Nov 2012 21:37:05 +0000
Subject: [PATCH] fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@5771 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/data/general/objects/world-artifacts.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/data/general/objects/world-artifacts.lua b/game/modules/tome/data/general/objects/world-artifacts.lua
index 31a4b208cc..c8cb9a271b 100644
--- a/game/modules/tome/data/general/objects/world-artifacts.lua
+++ b/game/modules/tome/data/general/objects/world-artifacts.lua
@@ -4975,7 +4975,7 @@ newEntity{ base = "BASE_GREATSWORD", --Thanks Grayswandir!
 }
 
 newEntity{ base = "BASE_GLOVES", --Thanks SageAcrin /AND/ Edge2054!
-	power_source = {technique=true},
+	power_source = {technique=true, arcane=true},
 	unique = true,
 	name = "Crystle's Astral Bindings", --Yes, CRYSTLE. It's a name.
 	unided_name = "crystalline gloves", image = "object/artifact/crystles_astral_bindings.png",
-- 
GitLab