Added ent skillmods, fixed attribute points in buff workshop

This commit is contained in:
Waverunner
2013-11-25 17:00:32 -05:00
parent bb085477c4
commit 4f94664584
9 changed files with 52 additions and 10 deletions
+2 -2
View File
@@ -52,11 +52,11 @@ public class BuffItem {
this.invested = invested;
}
public int getAmount() {
public int getBonusAmount() {
return bonusAmount;
}
public void setAmount(int amount) {
public void setBonusAmount(int amount) {
this.bonusAmount = amount;
}
}