diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-02 11:13:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-02 11:13:20 -0300 |
commit | ab837a44eca3325ea028333c384b9f56b5be66ad (patch) | |
tree | 03415067499c120a63f52c39396a3292588c20b4 /npc/003-0 | |
parent | 8362a7a29bcd038cc4e929245163536b9d6372d2 (diff) | |
download | serverdata-ab837a44eca3325ea028333c384b9f56b5be66ad.tar.gz serverdata-ab837a44eca3325ea028333c384b9f56b5be66ad.tar.bz2 serverdata-ab837a44eca3325ea028333c384b9f56b5be66ad.tar.xz serverdata-ab837a44eca3325ea028333c384b9f56b5be66ad.zip |
Make this "and" bold because players are mistaking it.
Do I need to break in two lines so they don't mistake Divine Apple as well?
Diffstat (limited to 'npc/003-0')
-rw-r--r-- | npc/003-0/recepcionist.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0/recepcionist.txt b/npc/003-0/recepcionist.txt index e2133a2ae..e27e46591 100644 --- a/npc/003-0/recepcionist.txt +++ b/npc/003-0/recepcionist.txt @@ -123,7 +123,7 @@ L_Tier2: close; } mesn; - mesq l("Great news! Then please bring me 1 @@, or 200 @@ and 20 @@.", getitemlink(DivineApple), getitemlink(SilkCocoon), getitemlink(ChocolateMouboo)); + mesq l("Great news! Then please bring me 1 @@, or 200 @@ @@ 20 @@.", getitemlink(DivineApple), getitemlink(SilkCocoon), b(l("and")), getitemlink(ChocolateMouboo)); next; switch(select( rif(countitem(DivineApple) >= 1, l("I got the apple.")), |