More poweraction parsing work.
This commit is contained in:
@@ -136,7 +136,7 @@ public class PowerActionParser {
|
||||
statTransfer.fromStatBool = Boolean.parseBoolean(headerIterator.next());
|
||||
statTransfer.toStatBool = Boolean.parseBoolean(headerIterator.next());
|
||||
statTransfer.transfer_action = headerIterator.next();
|
||||
statTransfer.tranfer_ticks = Integer.parseInt(headerIterator.next());
|
||||
statTransfer.transfer_ticks = Integer.parseInt(headerIterator.next());
|
||||
powerActionEntry.statTransfer = statTransfer;
|
||||
break;
|
||||
case "Charm":
|
||||
|
||||
@@ -20,5 +20,5 @@ public class StatTransfer {
|
||||
public boolean fromStatBool;
|
||||
public boolean toStatBool;
|
||||
public String transfer_action;
|
||||
public int tranfer_ticks;
|
||||
public int transfer_ticks;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user