v0.3.0: structure for battlemage rework (some implementation, no balancing atm)

This commit is contained in:
Evan Debenham
2015-03-31 00:31:47 -04:00
parent 75f1181d27
commit 2d134123de
16 changed files with 127 additions and 7 deletions
@@ -123,6 +123,10 @@ public class Sungrass extends Plant {
detach();
return damage;
}
public void boost( int amount ){
level += amount;
}
@Override
public int icon() {