v3.0.0: fixed debug code causing spirit form to cost 0 charge
This commit is contained in:
@@ -77,7 +77,7 @@ public class SpiritForm extends ClericSpell {
|
||||
|
||||
@Override
|
||||
public float chargeUse(Hero hero) {
|
||||
return 0;
|
||||
return 4;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user