Skip to content

Commit

Permalink
Tweak time_to_combustion timing helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Apr 1, 2020
1 parent 1806a03 commit c5c68ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,9 @@ do
{ "^action%.([a-z0-9_]+)%.in_flight_remains<=?(.-)$",
"action.%1.in_flight_remains-%2" }, -- Fire Mage, but others too, potentially.
{ "^variable.time_to_combustion$", "variable.time_to_combustion" },
{ "^variable.time_to_combustion<=(.-)$",
{ "^variable.time_to_combustion<=?(.-)$",
"variable.time_to_combustion-%1" },

{ "^(pet%.[a-z0-9_]+)%.up", "%1.remains" },
{ "^(pet%.[a-z0-9_]+)%.active", "%1.remains" },

Expand Down

0 comments on commit c5c68ad

Please sign in to comment.