Commit d51ef9deb705688ee8070ff57a85e1e8f000dabd

Authored by Otowa Kotori
1 parent 65dd0bea

Whenever #GOLD#Sun's Vengeance#LAST# triggers the remaining cooldown of Judgement is reduced by 6.

... ... @@ -152,9 +152,9 @@ newTalent{
152 152 if self.talents_cd[self.T_SUN_BEAM] <= 0 then self.talents_cd[self.T_SUN_BEAM] = nil end
153 153 else
154 154 self:setEffect(self.EFF_SUN_VENGEANCE, 2, {})
155   - if self:attr("sun_paladin_avatar") then
156   - self:alterTalentCoolingdown(self.T_JUDGEMENT, -6)
157   - end
  155 + end
  156 + if self:attr("sun_paladin_avatar") then
  157 + self:alterTalentCoolingdown(self.T_JUDGEMENT, -6)
158 158 end
159 159 end,
160 160 info = function(self, t)
... ...