diff --git a/Dragonflight/MageFire.lua b/Dragonflight/MageFire.lua index f1c8051cb..475aaaabe 100644 --- a/Dragonflight/MageFire.lua +++ b/Dragonflight/MageFire.lua @@ -937,7 +937,7 @@ end ) -- actions+=/variable,name=item_cutoff_active,value=(variable.time_to_combustionvariable.skb_duration&!cooldown.item_cd_1141.remains)&((trinket.1.has_cooldown&trinket.1.cooldown.remains1) spec:RegisterVariable( "item_cutoff_active", function () - return ( variable.time_to_combustion < variable.on_use_cutoff or buff.combustion.remains > variable.skb_duration and cooldown.item_cd_1141.remains == 0 ) and ( ( trinket.t1.has_use_buff and trinket.t1.cooldown.remains < variable.on_use_cutoff ) and ( trinket.t2.has_use_buff and trinket.t2.cooldown.remains < variable.on_use_cutoff ) > 1 ) + return ( variable.time_to_combustion < variable.on_use_cutoff or buff.combustion.remains > variable.skb_duration and cooldown.item_cd_1141.remains == 0 ) and ( ( trinket.t1.has_use_buff and trinket.t1.cooldown.remains < variable.on_use_cutoff ) and ( trinket.t2.has_use_buff and trinket.t2.cooldown.remains < variable.on_use_cutoff ) ) end ) --[[ These are still handled in the APL because the value changes before/after calling the combustion_phase list.