diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-27 20:51:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-27 20:51:09 -0300 |
commit | 9cdd19fcf0c7a3fc0bd25478c49b092693d1ff3a (patch) | |
tree | a4d2a49b9060ab7377ae90336419457cd5cc4d9d /npc/005-5/nylo.txt | |
parent | 861a5d127d7e50900ca32ba97aee8647b8709894 (diff) | |
download | serverdata-9cdd19fcf0c7a3fc0bd25478c49b092693d1ff3a.tar.gz serverdata-9cdd19fcf0c7a3fc0bd25478c49b092693d1ff3a.tar.bz2 serverdata-9cdd19fcf0c7a3fc0bd25478c49b092693d1ff3a.tar.xz serverdata-9cdd19fcf0c7a3fc0bd25478c49b092693d1ff3a.zip |
Add a proper tutorial page on Nylo about beer
Diffstat (limited to 'npc/005-5/nylo.txt')
-rw-r--r-- | npc/005-5/nylo.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/005-5/nylo.txt b/npc/005-5/nylo.txt index c37c1ed99..c0ac3d98c 100644 --- a/npc/005-5/nylo.txt +++ b/npc/005-5/nylo.txt @@ -31,6 +31,14 @@ mesn; mesq l("Of course: better drinks, more EXP. Just be careful to don't get so drunk that you cannot fight anymore, will ya?"); 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; + } closeclientdialog; // Not needed? openshop "Nylo#Beer"; break; |