Commit 73be25dd9e3918ee88639be0c9ab0568edfe526e

Authored by Otowa Kotori
1 parent 9ef05670

rampage will also not affected by force using talents

@@ -6499,11 +6499,11 @@ function _M:postUseTalent(ab, ret, silent) @@ -6499,11 +6499,11 @@ function _M:postUseTalent(ab, ret, silent)
6499 end) 6499 end)
6500 end 6500 end
6501 end 6501 end
6502 - end  
6503 6502
6504 - if not ab.innate and self:hasEffect(self.EFF_RAMPAGE) and ab.id ~= self.T_RAMPAGE and ab.id ~= self.T_SLAM then  
6505 - local eff = self:hasEffect(self.EFF_RAMPAGE)  
6506 - value = self.tempeffect_def[self.EFF_RAMPAGE].do_postUseTalent(self, eff, value) 6503 + if not ab.innate and self:hasEffect(self.EFF_RAMPAGE) and ab.id ~= self.T_RAMPAGE and ab.id ~= self.T_SLAM then
  6504 + local eff = self:hasEffect(self.EFF_RAMPAGE)
  6505 + value = self.tempeffect_def[self.EFF_RAMPAGE].do_postUseTalent(self, eff, value)
  6506 + end
6507 end 6507 end
6508 6508
6509 if ab.is_summon and ab.is_nature and self:attr("heal_on_nature_summon") then 6509 if ab.is_summon and ab.is_nature and self:attr("heal_on_nature_summon") then