More poweraction parsing work.

This commit is contained in:
2024-08-20 17:25:00 -04:00
parent 0b5564267f
commit c39dc59ef5
+1
View File
@@ -152,6 +152,7 @@ public class PowerActionParser {
effectDescription.level = Integer.parseInt(headerIterator.next());
powerActionEntry.effects.add(effectDescription);
break;
case "Recall":
case "Teleport":// No arguments for these tags
case "TreeChoke":
break;