|
|
|
@ -936,7 +936,7 @@ public class ItemFactory {
@@ -936,7 +936,7 @@ public class ItemFactory {
|
|
|
|
|
|
|
|
|
|
//calculate gold costs and remove from the warehouse
|
|
|
|
|
if (prefix != null || suffix != null) { |
|
|
|
|
int costToCreate = (int) (ib.getBaseValue() + ib.getBaseValue() * .10f); |
|
|
|
|
int costToCreate = ib.getBaseValue(); |
|
|
|
|
int buildingWithdraw = BuildingManager.GetWithdrawAmountForRolling(forge, costToCreate); |
|
|
|
|
int overdraft = BuildingManager.GetOverdraft(forge, costToCreate); |
|
|
|
|
|
|
|
|
|