diff options
Diffstat (limited to 'npc/015-2/contrabandist.txt')
-rw-r--r-- | npc/015-2/contrabandist.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/015-2/contrabandist.txt b/npc/015-2/contrabandist.txt index b6026cd31..4599e2a41 100644 --- a/npc/015-2/contrabandist.txt +++ b/npc/015-2/contrabandist.txt @@ -37,11 +37,11 @@ close; sellitem DarkDesertMushroom, .DDMPrice, 1; if (getarg(0,0) & 1) - sellitem IronOre, 2000, 1; + sellitem IronOre, 2900, 1; if (getarg(0,0) & 2) - sellitem TitaniumOre, 4000, 1; + sellitem TitaniumOre, 4700, 1; if (getarg(0,0) & 4) - sellitem LeatherPatch, 2500, 1; + sellitem LeatherPatch, 3200, 1; if (getarg(0,0) & 8) sellitem GoldenPearlRing, 1000000, 1; if (getarg(0,0) & 16) @@ -51,7 +51,7 @@ close; if (getarg(0,0) & 64) sellitem CasinoCoins, rand(100,3000), 1; if (getarg(0,0) & 128) - sellitem RawLog, -1, 1; + sellitem RawLog, 1950, 1; } OnInit: |