From 99ed9f760243a324db1fa61ab5853d2ba8c281ec Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Tue, 13 Sep 2011 08:54:48 +0000
Subject: [PATCH] Alchemist Gems can not become cursed

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

diff --git a/game/modules/tome/data/talents/cursed/fateful-aura.lua b/game/modules/tome/data/talents/cursed/fateful-aura.lua
index 2859ea40b1..bc9bd47f79 100644
--- a/game/modules/tome/data/talents/cursed/fateful-aura.lua
+++ b/game/modules/tome/data/talents/cursed/fateful-aura.lua
@@ -84,7 +84,7 @@ newTalent{
 		if item.unique then return end
 		if item.quest then return end
 		if not item:wornInven() then return end
-		if item.type == "ammo" or item.type == "gem" then return end
+		if item.type == "ammo" or item.type == "alchemist-gem" or item.type == "gem" then return end
 
 		--[[ test to run all code
 		if not curses_detrimental then curses_detrimental = mod.class.Object:loadList("/data/general/objects/egos/curses-detrimental.lua") end
-- 
GitLab