Commit 6441537b5cf5ec202905be178f00a5929b4f9edb
1 parent
368aa7a4
remove Dart Launcher checking "living" tag
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -636,7 +636,7 @@ newTalent{ |
636 | 636 | local target = game.level.map(px, py, engine.Map.ACTOR) |
637 | 637 | if not target then return nil end |
638 | 638 | self:project(tg, x, y, DamageType.PHYSICAL, self:physicalCrit(t.getDamage(self,t))) |
639 | - if target:checkClassification("living") and (self:knowTalent(self.T_DART_LAUNCHER_MASTERY) or target:canBe("sleep") and target:canBe("poison")) then | |
639 | + if (self:knowTalent(self.T_DART_LAUNCHER_MASTERY) or target:canBe("sleep") and target:canBe("poison")) then | |
640 | 640 | target:setEffect(target.EFF_SEDATED, 4, {src=self, power=t.getSleepPower(self,t), slow=slow, insomnia=20, no_ct_effect=true, apply_power=self:combatAttack()}) |
641 | 641 | game.level.map:particleEmitter(target.x, target.y, 1, "generic_charge", {rm=180, rM=200, gm=100, gM=120, bm=30, bM=50, am=70, aM=180}) |
642 | 642 | else | ... | ... |
-
Please register or login to post a comment