Skip to content
Snippets Groups Projects
Commit ead4d3c8 authored by dg's avatar dg
Browse files

Eating the sandworm queen heart when knowing the category properly gives +0.2 mastery

git-svn-id: http://svn.net-core.org/repos/t-engine4@5577 51575b47-30f0-44d4-a5cc-537603b46e54
parent 4fd1896a
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ newEntity{
if not who:attr("forbid_nature") then
if who:knowTalentType("wild-gift/harmony") then
who:setTalentTypeMastery("wild-gift/harmony", who:getTalentTypeMastery("wild-gift/harmony") + 0.1)
who:setTalentTypeMastery("wild-gift/harmony", who:getTalentTypeMastery("wild-gift/harmony") + 0.2)
elseif who:knowTalentType("wild-gift/harmony") == false then
who:learnTalentType("wild-gift/harmony", true)
else
......
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