summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/015-2/contrabandist.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/015-2/contrabandist.txt b/npc/015-2/contrabandist.txt
index 683417b61..be56e51f1 100644
--- a/npc/015-2/contrabandist.txt
+++ b/npc/015-2/contrabandist.txt
@@ -13,6 +13,7 @@ if (!.active)
openshop;
close;
+ /*
function Contraband_Unload {
if ($ARKIM_ST > 7500)
stopselling(DarkDesertMushroom);
@@ -90,5 +91,19 @@ OnMinute48:
Contraband_Unload(.CurrentValue);
end;
+*/
+OnInit:
+ .active=0;
+ .sex = G_OTHER;
+ .distance = 12;
+
+ if (debug) {
+ setnpcdisplay .name$, NPC_KOGA;
+ .active=1;
+ }
+
+ tradertype(NST_MARKET);
+ sellitem Arrow, -1, 1;
+ end;
}