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) { switch (effectModifier.type) {
case BladeTrails: // No parm modifiers case BladeTrails: // No parm modifiers
case CannotCast:
case ImmuneToAttack: case ImmuneToAttack:
case ImmuneToPowers: case ImmuneToPowers:
case Ambidexterity: case Ambidexterity:
@@ -145,6 +144,8 @@ public class EffectsParser {
case CannotMove: case CannotMove:
case CannotTrack: case CannotTrack:
case CannotAttack: case CannotAttack:
case CannotCast:
case SpireBlock:
case Invisible: case Invisible:
break; break;
case AnimOverride: case AnimOverride: