diff --git a/game/modules/tome/data/talents/cursed/fateful-aura.lua b/game/modules/tome/data/talents/cursed/fateful-aura.lua
index 2859ea40b1b698ed957ca85fe0277aa25b2d4a04..bc9bd47f79ae43c94dd20c2a5762d1437150bdd6 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