recalc magic value

This commit is contained in:
2024-05-12 11:22:12 -04:00
parent f683201086
commit ce98f80b85
@@ -210,7 +210,7 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
}
targetItem.setValue(itemPrice);
targetItem.magicValue = targetItem.value + targetItem.calcMagicValue();
targetItem.magicValue = targetItem.value;
outMsg = new ItemProductionMsg(vendor.getBuilding(), vendor, targetItem, mbEnums.ProductionActionType.DEPOSIT, true);
dispatch = Dispatch.borrow(player, outMsg);