From 62128e6ac593bbaf07bfc8c0ae47a40b3ea4e8c8 Mon Sep 17 00:00:00 2001
From: DarkGod <darkgod@net-core.org>
Date: Sun, 3 Nov 2013 19:41:56 +0100
Subject: [PATCH] fixed drolem unlock

---
 game/modules/tome/data/quests/east-portal.lua                   | 2 +-
 .../tome/data/texts/unlock-cosmetic_class_alchemist_drolem.lua  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/game/modules/tome/data/quests/east-portal.lua b/game/modules/tome/data/quests/east-portal.lua
index 95402848fb..b684574f09 100644
--- a/game/modules/tome/data/quests/east-portal.lua
+++ b/game/modules/tome/data/quests/east-portal.lua
@@ -61,7 +61,7 @@ on_status_change = function(self, who, status, sub)
 		if self:isCompleted("orb-back") and self:isCompleted("diamon-back") and self:isCompleted("athame-back") then
 			self:tannen_exit(who)
 
-			if game:getPlayer(true).alchemist_golem then
+			if game:getPlayer(true).alchemy_golem then
 				game:setAllowedBuild("cosmetic_class_alchemist_drolem", true)
 			end
 		end
diff --git a/game/modules/tome/data/texts/unlock-cosmetic_class_alchemist_drolem.lua b/game/modules/tome/data/texts/unlock-cosmetic_class_alchemist_drolem.lua
index be7c508ab3..4e9149702b 100644
--- a/game/modules/tome/data/texts/unlock-cosmetic_class_alchemist_drolem.lua
+++ b/game/modules/tome/data/texts/unlock-cosmetic_class_alchemist_drolem.lua
@@ -18,7 +18,7 @@
 -- darkgod@te4.org
 
 return "New Class Option: #LIGHT_GREEN#Drolem",
-[[You have defeated Tannen with your Alchemist and took soem time to figure how he built a mighty Drolem.
+[[You have defeated Tannen with your Alchemist and took some time to figure how he built a mighty Drolem.
 Drolems are dragon-shaped golems able to breath powerful poison at their foes.
 
 You may now create alchemist characters with a drolem instead of a golem.
-- 
GitLab