summaryrefslogtreecommitdiff
path: root/world/map/npc/001-1/ched.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/001-1/ched.txt')
-rw-r--r--world/map/npc/001-1/ched.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/world/map/npc/001-1/ched.txt b/world/map/npc/001-1/ched.txt
deleted file mode 100644
index 1710ff1e..00000000
--- a/world/map/npc/001-1/ched.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-// Student at Tulimshar's magic academy
-
-001-1,43,48,0|script|Ched|113
-{
- mes "[Ched]";
- mes "\"I'm trying to get work on my Alchemy homework, but I'm having some trouble.\"";
- mes "\"I'm supposed to combine two potions to create a " + getitemlink("ConcentrationPotion") + ", but I can't seem to figure out which two to combine...\"";
- next;
- mes "\"Maybe I should go back to practicing '" + get(.invocation$, "detect-magic") + "' until I can make potions properly.\" %%6";
- close;
-}