summaryrefslogtreecommitdiff
path: root/world/map/npc/021-2/workshop.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/021-2/workshop.txt')
-rw-r--r--world/map/npc/021-2/workshop.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/world/map/npc/021-2/workshop.txt b/world/map/npc/021-2/workshop.txt
new file mode 100644
index 00000000..ffe732b4
--- /dev/null
+++ b/world/map/npc/021-2/workshop.txt
@@ -0,0 +1,11 @@
+// Tulimshar's main workshop
+
+// The receptionist
+021-2.gat,22,63,0 script Sonir 118,{
+ mes "[Sonir]";
+ mes "\"This is Tulimshar's main workshop. Much crafting happens here.\"";
+ next;
+ mes "[Sonir]";
+ mes "\"We also have limited housing on the second floor.\"";
+ close;
+}