prospector cost reduced to 500k on disc merchant

This commit is contained in:
2024-05-15 21:32:01 -05:00
parent 910a5d9e3c
commit 742232166e
3 changed files with 10 additions and 3 deletions
@@ -1422,6 +1422,8 @@ public class ClientMessagePump implements NetMsgHandler {
return;
}
int cost = me.magicValue;
if(npc.getContractID() == 1201 && me.getItemBase().getName().equals("Prospector"))
cost = 50;
int resourceCost = Warehouse.getCostForResource(me.getItemBase().getUUID());
if (resourceCost != 0)
cost = resourceCost;