More effectmod parser work.

This commit is contained in:
2024-08-12 10:42:30 -04:00
parent 0a65ea61e7
commit 6b10374adb
+2 -1
View File
@@ -132,7 +132,6 @@ public class EffectsParser {
switch (effectModifier.type) {
case BladeTrails: // No parm modifiers
case CannotCast:
case ImmuneToAttack:
case ImmuneToPowers:
case Ambidexterity:
@@ -145,6 +144,8 @@ public class EffectsParser {
case CannotMove:
case CannotTrack:
case CannotAttack:
case CannotCast:
case SpireBlock:
case Invisible:
break;
case AnimOverride: