diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-20 14:23:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-20 14:23:21 -0300 |
commit | 2cb21ad577392db13dcbbec7d139eabaad610413 (patch) | |
tree | 28db03c503c5d7c92df1ec430f32f4532b43f493 /npc/005-1/liana.txt | |
parent | d71cbe09960d2383d5ed75e2580a16da8eeb2fce (diff) | |
download | serverdata-2cb21ad577392db13dcbbec7d139eabaad610413.tar.gz serverdata-2cb21ad577392db13dcbbec7d139eabaad610413.tar.bz2 serverdata-2cb21ad577392db13dcbbec7d139eabaad610413.tar.xz serverdata-2cb21ad577392db13dcbbec7d139eabaad610413.zip |
Debug print
Diffstat (limited to 'npc/005-1/liana.txt')
-rw-r--r-- | npc/005-1/liana.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-1/liana.txt b/npc/005-1/liana.txt index cc0d473b0..a4556a4d8 100644 --- a/npc/005-1/liana.txt +++ b/npc/005-1/liana.txt @@ -29,7 +29,7 @@ L_Menu: L_Slime: mes ""; .@q=getq(CandorQuest_Liana); - mesq l("I collect them."); + mesq l("I collect them. @@", .@q); next; if (.@q == 0) goto L_Quest; if (.@q == 1 && gettimetick(2) >= LIANA_TIMER + 60 * 60 * 6) setq CandorQuest_Liana, 2; |