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); powerActionEntry.effects.add(effectDescription);
} }
break; break;
case "Teleport": // No arguments case "Teleport":
case "TreeChoke":// No arguments
break; break;
default: default:
Logger.error("Unhandled type " + powerActionEntry.action_type + " for Pow4erAction: " + powerActionEntry.action_id); Logger.error("Unhandled type " + powerActionEntry.action_type + " for Pow4erAction: " + powerActionEntry.action_id);