v2.4.0: fixed misconfigured recycle spell recipe

This commit is contained in:
Evan Debenham
2024-05-02 16:13:27 -04:00
parent 712c702223
commit a5538ee4de

View File

@@ -108,7 +108,7 @@ public class Recycle extends InventorySpell {
{
inputs = new Class[]{ScrollOfTransmutation.class};
inQuantity = new int[]{1, 1};
inQuantity = new int[]{1};
cost = 12;