summaryrefslogtreecommitdiff
path: root/npc/021-1_Tulimshar/north_shops.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/021-1_Tulimshar/north_shops.txt')
-rw-r--r--npc/021-1_Tulimshar/north_shops.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/021-1_Tulimshar/north_shops.txt b/npc/021-1_Tulimshar/north_shops.txt
index 9d409616..cf2dbbe2 100644
--- a/npc/021-1_Tulimshar/north_shops.txt
+++ b/npc/021-1_Tulimshar/north_shops.txt
@@ -12,6 +12,7 @@
021-1.gat,138,29,0 script Latoy 106,{
mes "[Latoy]";
mes "\"There's nothing here you could want or afford.\"";
+ close;
}
// A barber (later we can make it so certain styles need to come from him, for a price)
@@ -29,10 +30,12 @@
021-1.gat,122,32,0 script Hydusun 149,{
set @npcName$, "Hydusun";
callfunc "Banker";
+ close;
}
// An officer (for security)
021-1.gat,130,38,0 script Officer 150,{
mes "[Officer]";
mes "I'm here for extra secutiry for this market.";
+ close;
}