Revert "mine production values adjusted"

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