resource vendor now sells in stack sizes of 500k purchase

This commit is contained in:
2024-05-28 20:24:59 -05:00
parent 730467828c
commit c55f67a977
3 changed files with 10 additions and 4 deletions
+4
View File
@@ -1455,4 +1455,8 @@ public class Warehouse extends AbstractWorldObject {
return newCost;
}
public static int getSellStackSize(int id){
return (int)500000 / (getCostForResource(id));
}
}