diff options
Diffstat (limited to 'npc/015-2/contrabandist.txt')
-rw-r--r-- | npc/015-2/contrabandist.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/015-2/contrabandist.txt b/npc/015-2/contrabandist.txt index df0424c81..6f52c49af 100644 --- a/npc/015-2/contrabandist.txt +++ b/npc/015-2/contrabandist.txt @@ -14,6 +14,9 @@ openshop; close; function Contraband_Unload { + if ($ARKIM_ST > 4500) + stopselling(DarkDesertMushroom); + if (getarg(0,0) & 1) stopselling(IronOre); if (getarg(0,0) & 2) |