diff options
author | Led Mitz <smoothshifter@tuta.io> | 2023-04-28 21:42:58 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-04-28 21:42:58 +0000 |
commit | d2cfd0c45cfe29a9cc8df0e65523105756ec53b2 (patch) | |
tree | cfd05dd963ebdcb9f1eff9691cfdccc616a29fe5 | |
parent | 11f3b799b7106579812c3b9aaad610b7fa4cf2d9 (diff) | |
parent | 64917f462f0ecd8c733e12f2dbf0aa3eece6fa46 (diff) | |
download | classic-serverdata-d2cfd0c45cfe29a9cc8df0e65523105756ec53b2.tar.gz classic-serverdata-d2cfd0c45cfe29a9cc8df0e65523105756ec53b2.tar.bz2 classic-serverdata-d2cfd0c45cfe29a9cc8df0e65523105756ec53b2.tar.xz classic-serverdata-d2cfd0c45cfe29a9cc8df0e65523105756ec53b2.zip |
Merge branch 'tondar_lab_hint' into 'master'
Added lab hint text to Tondar
See merge request legacy/serverdata!657
-rw-r--r-- | world/map/npc/001-2/tondar.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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; |