Skip to content

Commit 46db840

Browse files
committed
Add note for later implementation
1 parent 8d0bb62 commit 46db840

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Modules/CalcPerform.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ local function doActorMisc(env, actor)
424424
end
425425
modDB:NewMod("Speed", "INC", effect, "Onslaught", ModFlag.Attack)
426426
modDB:NewMod("Speed", "INC", effect, "Onslaught", ModFlag.Cast)
427+
-- TODO: Needs to add other INC speed like Warcry Speed, or proper Skill Speed mod needs to be created
427428
modDB:NewMod("MovementSpeed", "INC", effect, "Onslaught")
428429
end
429430
if modDB:Flag(nil, "Fanaticism") and actor.mainSkill and actor.mainSkill.activeEffect.srcInstance.selfCast then

0 commit comments

Comments
 (0)