PowerAction parsing work.

This commit is contained in:
2024-08-20 15:43:40 -04:00
parent f2ae969e84
commit 465736912b
+2 -1
View File
@@ -110,7 +110,8 @@ public class PowerActionParser {
powerActionEntry.effects.add(effectDescription);
}
break;
case "Teleport": // No arguments
case "Teleport":
case "TreeChoke":// No arguments
break;
default:
Logger.error("Unhandled type " + powerActionEntry.action_type + " for Pow4erAction: " + powerActionEntry.action_id);