Refactored poweractions

This commit is contained in:
2024-09-05 15:41:16 -04:00
parent deab274ba2
commit fa45e9556f
2 changed files with 37 additions and 38 deletions
@@ -24,7 +24,7 @@ public class SimpleDamagePowerAction extends AbstractPowerAction {
public SimpleDamagePowerAction(PowerAction rs) {
super(rs);
this.simpleDamage = rs.getInt("simpleDamage");
this.simpleDamage = 1;
}
public int getSimpleDamage() {