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