summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2023-04-28 14:52:57 -0300
committerLedmitz <smoothshifter@tuta.io>2023-04-28 14:52:57 -0300
commit64917f462f0ecd8c733e12f2dbf0aa3eece6fa46 (patch)
treea64ce00acd2f93f7a80421e4cf7beeeed40c163a
parent55e1256543a7fe44c93a961f68dc159006e4d986 (diff)
downloadserverdata-64917f462f0ecd8c733e12f2dbf0aa3eece6fa46.tar.gz
serverdata-64917f462f0ecd8c733e12f2dbf0aa3eece6fa46.tar.bz2
serverdata-64917f462f0ecd8c733e12f2dbf0aa3eece6fa46.tar.xz
serverdata-64917f462f0ecd8c733e12f2dbf0aa3eece6fa46.zip
Added lab hint text to Tondar
m---------tools0
-rw-r--r--world/map/npc/001-2/tondar.txt4
2 files changed, 3 insertions, 1 deletions
diff --git a/tools b/tools
-Subproject e5452dcccee0ba79a87ecd18816f477f7ce9179
+Subproject 1238bd7eec2194e56102c40ba3893d4cb332c70
diff --git a/world/map/npc/001-2/tondar.txt b/world/map/npc/001-2/tondar.txt
index d7fd3531..cb3a1070 100644
--- a/world/map/npc/001-2/tondar.txt
+++ b/world/map/npc/001-2/tondar.txt
@@ -1,9 +1,11 @@
// A professor at Tulimshar's magic academy
+// Lab hint by Ledmitz
001-2,95,79,0|script|Tondar|168
{
mes "[Tondar]";
- mes "\"We're not accepting any new students right now.\"";
+ mes "\"We're not accepting any new students right now, but feel free to experiment at a table. Be careful to not blow us all up and do try to keep it down.\"";
+ mes "\"AND... I better not see any gum chewing in this class or out you go!\"";
if (getskilllv(SKILL_MAGIC) > 0)
goto L_may_ask;
goto L_end;