mine production values adjusted

This commit is contained in:
2024-09-07 17:35:50 -05:00
parent 9d93944dd1
commit 177f9a1ff6
3 changed files with 10 additions and 76 deletions
+1 -1
View File
@@ -1428,7 +1428,7 @@ public class ClientMessagePump implements NetMsgHandler {
bargain = 0;
break;
case 900:
cost = Warehouse.getCostForResource(ib.getUUID()) * Warehouse.getSellStackSize(ib.getUUID());
cost = ib.getBaseValue() * Warehouse.getSellStackSize(ib.getUUID());
bargain = 0;
break;
}