Include Memento effect in IsStatLoweringEffect
(#4386)
This commit is contained in:
parent
65bee290ea
commit
a8a8344ba2
1 changed files with 1 additions and 0 deletions
|
@ -2049,6 +2049,7 @@ bool32 IsStatLoweringEffect(u32 effect)
|
|||
case EFFECT_TICKLE:
|
||||
case EFFECT_CAPTIVATE:
|
||||
case EFFECT_NOBLE_ROAR:
|
||||
case EFFECT_MEMENTO:
|
||||
return TRUE;
|
||||
default:
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue