diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-14 01:32:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-14 01:32:42 -0300 |
commit | dfac06b679c9135287ad17c71c2ce55182e4d554 (patch) | |
tree | a76ec688a3a0c1398022a8abedd583dc554ace4b | |
parent | c41baa8ea6fa2aaf110e7784ebf5a40dc525991e (diff) | |
download | serverdata-dfac06b679c9135287ad17c71c2ce55182e4d554.tar.gz serverdata-dfac06b679c9135287ad17c71c2ce55182e4d554.tar.bz2 serverdata-dfac06b679c9135287ad17c71c2ce55182e4d554.tar.xz serverdata-dfac06b679c9135287ad17c71c2ce55182e4d554.zip |
Explain on Nylo (briefly) about Alcohol system
-rw-r--r-- | npc/005-5/nylo.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/005-5/nylo.txt b/npc/005-5/nylo.txt index 78df35625..c37c1ed99 100644 --- a/npc/005-5/nylo.txt +++ b/npc/005-5/nylo.txt @@ -25,6 +25,13 @@ case 1: break; case 2: + mesn; + mesq l("Sure. I like to keep Alcoholic beverages, because they raise EXP gain when you drink @@.", b(l("with friends"))); + next; + 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; + closeclientdialog; // Not needed? openshop "Nylo#Beer"; break; case 3: |