Skip to content
Snippets Groups Projects
Commit 62128e6a authored by DarkGod's avatar DarkGod
Browse files

fixed drolem unlock

parent f5a5beef
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment