Commit 01e5acce04cd65a5d54fd7fadaa7293adc2176ac

Authored by Otowa Kotori
1 parent 6441537b

remove living check for Dart Launcher

... ... @@ -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,
... ...