Skip to content
Snippets Groups Projects

Fix d'old bug d'adept

Merged LU "helminthauge" requested to merge helminthauge/t-engine4:Fix_d'Old_Bug_d'Adept into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -65,7 +65,7 @@ This shall help you on your travels. Farewell!]],
{_t"Thank you, Protector.", action=function(npc, player)
player:hasQuest("lightning-overload"):create_entrance()
if player:knowTalentType("wild-gift/fungus") then
player:setTalentTypeMastery("wild-gift/fungus", player:getTalentTypeMastery("wild-gift/fungus") + 0.1)
player:setTalentTypeMastery("wild-gift/fungus", player:getTalentTypeMastery("wild-gift/fungus", true) + 0.1)
elseif player:knowTalentType("wild-gift/fungus") == false then
player:learnTalentType("wild-gift/fungus", true)
else
Loading