diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-05 08:20:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-05 08:20:13 -0300 |
commit | 62ef77683cd977feea5600cb690cd971655a202c (patch) | |
tree | 97ce627d201441220e6d95894a7a39fec57cb47f /npc/005-4/rosen.txt | |
parent | 407522caf1a7486e73fa8aabf75e9f48c9606b9b (diff) | |
download | serverdata-62ef77683cd977feea5600cb690cd971655a202c.tar.gz serverdata-62ef77683cd977feea5600cb690cd971655a202c.tar.bz2 serverdata-62ef77683cd977feea5600cb690cd971655a202c.tar.xz serverdata-62ef77683cd977feea5600cb690cd971655a202c.zip |
New function: tutmes()
Deprecate the crazy way we were doing before.
Reason: I want to standardize a new color for tutorial speech.
Diffstat (limited to 'npc/005-4/rosen.txt')
-rw-r--r-- | npc/005-4/rosen.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-4/rosen.txt b/npc/005-4/rosen.txt index 3d48e2606..11d0166e5 100644 --- a/npc/005-4/rosen.txt +++ b/npc/005-4/rosen.txt @@ -73,7 +73,7 @@ L_Gloves: next; mesn; mesq l("Uhm, maybe I could teach you something, too. Go mine 5 @@. You should find some at northeast of the Island.", getmonsterlink(DiamondBif)); - if (TUTORIAL) mesc l("Bif is a monster shaped like weird rocks. Diamond Bif is a Bif with higher chances to drop Diamonds."); + tutmes l("Bif is a monster shaped like weird rocks. Diamond Bif is a Bif with higher chances to drop Diamonds."); next; mesn; mesq l("These monsters are a great source of raw crafting materials."); |