Anyway, I recall that archers now get poisons in 1.05. Great! And that they can be applied to arrows. Great!
If I am a Temporal Warden, and I side with the Assassin Lord, will I get poisons unlocked?
From the code, it would seem not:
Code: Select all
if p.descriptor.subclass == "Rogue" then
if p:knowTalentType("cunning/poisons") == nil then
p:learnTalentType("cunning/poisons", false)
p:setTalentTypeMastery("cunning/poisons", 1.3)
end
end
Anyway, my main question is to get confirmation that a temporal warden won't be able to get poisons this way.
Thanks!