v0.3.0: structure for battlemage rework (some implementation, no balancing atm)
This commit is contained in:
@@ -123,6 +123,10 @@ public class Sungrass extends Plant {
|
||||
detach();
|
||||
return damage;
|
||||
}
|
||||
|
||||
public void boost( int amount ){
|
||||
level += amount;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int icon() {
|
||||
|
||||
Reference in New Issue
Block a user