forked from MagicBane/Server
Refactored poweractions
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user