mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
update max
This commit is contained in:
@@ -16,7 +16,7 @@ import java.util.Map;
|
||||
|
||||
public class KitCost {
|
||||
|
||||
public static final int MAX_POINTS = 300;
|
||||
public static final int MAX_POINTS = 200;
|
||||
|
||||
public static final Map<Enchantment, Integer> ENCHANTMENT_COST_PER_LEVEL = new HashMap<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user