More poweraction parsing work.

This commit is contained in:
2024-08-20 17:12:11 -04:00
parent b4638f9218
commit 4b855cdf6e
+2
View File
@@ -227,6 +227,8 @@ public class PowerActionParser {
case "TARGETBECOMESPET":
powerActionEntry.targetBecomesPet = Boolean.parseBoolean(lineValues[1].trim());
break;
case "APPLYEFFECTOTHER":
case "APPLYEFFECTSELF":
case "WEAROFFEFFECTOTHER": // Keys not parsed go here.
case "WEAROFFEFFECTSELF":
break;