Skip to content
Snippets Groups Projects

fix occasionally Multicaster is triggered more than twice per turn

Merged yutio888 requested to merge yutio888/t-engine4:fix_multicaster into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -95,10 +95,10 @@ newTalent{
end
local choice = rng.rarityTable(tids, "cd")
if not choice then return end
self:forceUseTalent(choice.tid, {ignore_cooldown=true, ignore_energy=true, force_target=self._orb_of_thaumaturgy_recurs or target})
if self._orb_of_thaumaturgy_recurs then self.turn_procs.multicaster_orb = true
else self.turn_procs.multicaster = true end
self:forceUseTalent(choice.tid, {ignore_cooldown=true, ignore_energy=true, force_target=self._orb_of_thaumaturgy_recurs or target})
end,
activate = function(self, t)
local ret = {}
Loading