Browse Source

NPCs buy at base cost only

master
FatBoy-DOTC 2 years ago
parent
commit
6cf7b88025
  1. 4
      src/engine/net/client/ClientMessagePump.java

4
src/engine/net/client/ClientMessagePump.java

@ -1746,10 +1746,6 @@ boolean updateCity = false; @@ -1746,10 +1746,6 @@ boolean updateCity = false;
cost = sell.getBaseValue();
if (sell.isID())
cost = sell.getMagicValue();
float bargain = player.getBargain();
float profit = npc.getBuyPercent(player) + bargain;

Loading…
Cancel
Save