More powerAction work

This commit is contained in:
2024-08-20 18:27:26 -04:00
parent d0c41816ac
commit 228781e62f
+1
View File
@@ -107,6 +107,7 @@ public class PowerActionParser {
effectDescription = new EffectDescription();
effectDescription.level = Integer.parseInt(headerIterator.next());
effectDescription.effect_id = headerIterator.next();
effectDescription.type = headerIterator.next();
powerActionEntry.effects.add(effectDescription);
}
break;