More poweraction parsing work.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user