Add combopoint flasher

This commit is contained in:
2024-11-01 00:12:57 +01:00
parent e9f6dd0f03
commit 958ac3efbf
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
-- UNIT_POWER_FREQUENT
---@param e string
---@param unit string
---@param power string
function(e, unit, power)
if unit ~= "player" then return end
if power ~= "COMBO_POINTS" then return end
return true
end