v1.2.0: fixed arcane catalysts not being convertable into energy
This commit is contained in:
@@ -82,7 +82,12 @@ public class ArcaneCatalyst extends Spell {
|
||||
public int value() {
|
||||
return 40 * quantity;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public int energyVal() {
|
||||
return 8 * quantity;
|
||||
}
|
||||
|
||||
public static class Recipe extends com.shatteredpixel.shatteredpixeldungeon.items.Recipe {
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user