diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-04 21:30:50 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-04 21:30:50 -0200 |
commit | 23dcd5c055fb49d28692b05c16f288916eb40be2 (patch) | |
tree | 8e154b93a75cda84c62f260e33b9e47575f8ebc4 /npc | |
parent | 90f0f606ce26ed33b3d0201f54d037cebfee56a2 (diff) | |
download | serverdata-23dcd5c055fb49d28692b05c16f288916eb40be2.tar.gz serverdata-23dcd5c055fb49d28692b05c16f288916eb40be2.tar.bz2 serverdata-23dcd5c055fb49d28692b05c16f288916eb40be2.tar.xz serverdata-23dcd5c055fb49d28692b05c16f288916eb40be2.zip |
Fix bug at Arpan
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-1/arpan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-1/arpan.txt b/npc/002-1/arpan.txt index d8ea11bfc..c9f28e88a 100644 --- a/npc/002-1/arpan.txt +++ b/npc/002-1/arpan.txt @@ -167,7 +167,7 @@ L_Menu: menu rif(!.@equipped && .@q < 3, lg("What should I do after taking these clothes?")), L_WhatCloth, rif(!.@equipped && .@q < 3, l("Thank you, I'll take them and put them on.")), -, - rif(.@q_julia < 2, lg("Where can I find Juliet?"), L_Julia, + rif(.@q_julia < 2, lg("Where can I find Juliet?")), L_Julia, rif(!.@n, lg("Could you tell me where I am?")), L_Where, rif(!.@n, l("Who are you?")), L_Who, rif(!.@n, l("I need a tutorial, where can I find help?"), L_Trainer, |