Refactored poweractions

This commit is contained in:
2024-09-05 15:25:29 -04:00
parent 0fd6dfb648
commit 82cefce424
3 changed files with 8 additions and 17 deletions
+1 -1
View File
@@ -93,8 +93,8 @@ public class PowerActionParser {
powerAction.effects.add(effect);
break;
case "CreateMob":
powerAction.petLevel = Integer.parseInt(headerIterator.next());
powerAction.petRace = Integer.parseInt(headerIterator.next());
powerAction.petLevel = Integer.parseInt(headerIterator.next());
break;
case "DamageOverTime":
effect = new Effect();