summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar/barber.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1_Tulimshar/barber.txt')
-rw-r--r--npc/001-1_Tulimshar/barber.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/npc/001-1_Tulimshar/barber.txt b/npc/001-1_Tulimshar/barber.txt
deleted file mode 100644
index 502e5401..00000000
--- a/npc/001-1_Tulimshar/barber.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-//
-
-001-1.gat,53,38,0 script Nicolas 100,{
- mes "[Nicolas the Barber]";
- mes "\"Do you need a barber?\"";
- next;
- callfunc "Barber";
- mes "[Nicolas the Barber]";
- mes "\"Come again!\"";
- close;
-}