Fixed Rage Powder's animation not turning the user red

This commit is contained in:
Eduardo Quezada 2023-07-31 16:58:08 -04:00
parent d0277fc04f
commit e21346dd67

View File

@ -4870,7 +4870,7 @@ Move_RAGE_POWDER::
call RagePowderSprinkle
call RagePowderSprinkle
call RagePowderSprinkle
createvisualtask AnimTask_BlendColorCycle, ANIM_ATTACKER, 2, F_PAL_ATTACKER, 2, 2, 0, 11, RGB(31, 0, 0)
createvisualtask AnimTask_BlendColorCycle, 2, F_PAL_ATTACKER, 2, 2, 0, 11, RGB(31, 0, 0)
waitforvisualfinish
clearmonbg ANIM_DEF_PARTNER
end