Change kit prices

This commit is contained in:
AlexTheCoder 2017-05-08 00:07:42 -04:00
parent 0b7789328a
commit 941310b5aa

View File

@ -29,8 +29,8 @@ public class Calculations
GEMS_FOR_XPLESS_UPGRADE.put(1, 1000);
GEMS_FOR_XPLESS_UPGRADE.put(2, 5000);
GEMS_FOR_XPLESS_UPGRADE.put(3, 15000);
GEMS_FOR_XPLESS_UPGRADE.put(4, 30000);
GEMS_FOR_XPLESS_UPGRADE.put(5, 60000);
GEMS_FOR_XPLESS_UPGRADE.put(4, 50000);
GEMS_FOR_XPLESS_UPGRADE.put(5, 100000);
}
/**