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-5/nylo.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-5/nylo.txt')
-rw-r--r-- | npc/005-5/nylo.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/npc/005-5/nylo.txt b/npc/005-5/nylo.txt index c0ac3d98c..53804fff1 100644 --- a/npc/005-5/nylo.txt +++ b/npc/005-5/nylo.txt @@ -25,6 +25,7 @@ case 1: break; case 2: + // FIXME ME: Depends on: Living Quest mesn; mesq l("Sure. I like to keep Alcoholic beverages, because they raise EXP gain when you drink @@.", b(l("with friends"))); next; @@ -33,11 +34,9 @@ next; if (TUTORIAL && !@beertuto) { @beertuto=true; - mes l(".:: Alcohol Tutorial ::."); - mesc l("Drinking with friends will give 1.5% extra XP boost for each person nearby."); - mesc l("Alcohol effects expire upon death. You need vitality to drink more beer."); - mesc l("Even if you drink alone, you'll still receive the EXP bonus marked on the item description."); - next; + tutmes l("Drinking with friends will give 1.5% extra XP boost for each person nearby."), l(".:: Alcohol Tutorial ::."); + tutmes l("Alcohol effects expire upon death. You need vitality to drink more beer."), l(".:: Alcohol Tutorial ::."); + tutmes l("Even if you drink alone, you'll still receive the EXP bonus marked on the item description."), l(".:: Alcohol Tutorial ::."); } closeclientdialog; // Not needed? openshop "Nylo#Beer"; |