From c7005b7e840378abd62aa06fbf5fd65b2bb88c0f Mon Sep 17 00:00:00 2001
From: DarkGod <darkgod@net-core.org>
Date: Fri, 20 Sep 2013 18:21:26 +0200
Subject: [PATCH] Gem Golem can not be unlearnt

---
 game/modules/tome/data/talents/spells/advanced-golemancy.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/game/modules/tome/data/talents/spells/advanced-golemancy.lua b/game/modules/tome/data/talents/spells/advanced-golemancy.lua
index d53f62c26f..6f8e4b2fc9 100644
--- a/game/modules/tome/data/talents/spells/advanced-golemancy.lua
+++ b/game/modules/tome/data/talents/spells/advanced-golemancy.lua
@@ -61,6 +61,7 @@ newTalent{
 	require = spells_req_high2,
 	mode = "passive",
 	points = 5,
+	no_unlearn_last = true,
 	info = function(self, t)
 		return ([[Insert a pair of gems into your golem, providing it with the gem bonuses and changing its melee attack damage type. You may remove the gems and insert different ones; this does not destroy the gems you remove.
 		Gem level usable: %d
-- 
GitLab