Browse Source

More powerAction work.

feature-config-parsing2
MagicBot 3 months ago
parent
commit
1638804f1f
  1. 2
      src/engine/wpak/PowersParser.java

2
src/engine/wpak/PowersParser.java

@ -124,7 +124,7 @@ public class PowersParser { @@ -124,7 +124,7 @@ public class PowersParser {
switch (key) {
case "ACTION":
powerAction = new PowerAction();
arguments = lineValues[1].split(" ");
arguments = lineValues[1].trim().split(" ");
powerAction.effect_id = arguments[0];
break;

Loading…
Cancel
Save