forked from MagicBane/Server
PowerAction parsing work.
This commit is contained in:
@@ -164,6 +164,9 @@ public class PowerActionParser {
|
||||
for (String bodyPart : arguments)
|
||||
powerActionEntry.attackAnimations.add(Integer.parseInt(bodyPart));
|
||||
break;
|
||||
case "REMOVEALL":
|
||||
powerActionEntry.removeAll = Boolean.parseBoolean(lineValues[1].trim());
|
||||
break;
|
||||
case "WEAROFFEFFECTOTHER": // Keys not parsed go here.
|
||||
case "WEAROFFEFFECTSELF":
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user