Stacking fixes for new effects

Stacking fixes for new effects.
This commit is contained in:
KayenEQ
2021-07-16 16:48:33 -04:00
parent bafd5c4cb2
commit 25560858e5
2 changed files with 18 additions and 6 deletions
+6
View File
@@ -1218,6 +1218,12 @@ bool IsEffectIgnoredInStacking(int spa)
case SE_LimitUseType:
case SE_GravityEffect:
case 425:
//Spell effects implemented after ROF2, following same pattern, lets assume these should go here.
case SE_Fc_Spell_Damage_Pct_IncomingPC:
case SE_Fc_Spell_Damage_Amt_IncomingPC:
case SE_Ff_CasterClass:
case SE_Ff_Same_Caster:
case SE_Proc_Timer_Modifier:
return true;
default:
return false;