summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/neko.txt1
-rw-r--r--npc/003-1/shop.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt
index 554f7d484..c80fdaf79 100644
--- a/npc/003-1/neko.txt
+++ b/npc/003-1/neko.txt
@@ -73,6 +73,7 @@ OnInit:
setunitdata(.@npcId, UDT_HAIRSTYLE, 26);
setunitdata(.@npcId, UDT_HAIRCOLOR, 2);
+ sleep(SHOPWAIT);
tradertype(NST_MARKET);
sellitem EarthPowder, 12000, 1;
sellitem ShortTankTop, 8000, 1;
diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt
index 07c25bc69..f06af1f46 100644
--- a/npc/003-1/shop.txt
+++ b/npc/003-1/shop.txt
@@ -5,6 +5,7 @@
003-1,108,110,0 trader Shop#bazar1 NPC_NO_SPRITE,{
OnInit:
+ sleep(SHOPWAIT);
tradertype(NST_MARKET);
sellitem YellowDye, -1, 2;