More code, testing things
This commit is contained in:
parent
9713fdb042
commit
276504acbd
8 changed files with 106 additions and 11 deletions
|
@ -111,10 +111,10 @@ public abstract class SpellParadigm
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
return (int)(cost*Math.sqrt(this.bufferedEffectList.size()));
|
||||
}
|
||||
|
||||
return cost;
|
||||
return getDefaultCost();
|
||||
}
|
||||
|
||||
public abstract int getDefaultCost();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue