diff options
-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; |