Commit 01e5acce04cd65a5d54fd7fadaa7293adc2176ac
1 parent
6441537b
remove living check for Dart Launcher
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -607,7 +607,7 @@ newTalent{ |
607 | 607 | points = 1, |
608 | 608 | tactical = { ATTACK = {PHYSICAL = 1}, |
609 | 609 | DISABLE = function(self, t, target) |
610 | - return target:checkClassification("unliving") and 0 or self:knowTalent(self.T_DART_LAUNCHER_MASTERY) and 2 or {sleep = 1, poison = 1} | |
610 | + return self:knowTalent(self.T_DART_LAUNCHER_MASTERY) and 2 or {sleep = 1, poison = 1} | |
611 | 611 | end |
612 | 612 | }, |
613 | 613 | range = 5, | ... | ... |
-
Please register or login to post a comment