diff options
author | Hal9000 <miglietta.francesco@gmail.com> | 2013-02-13 10:54:35 +0100 |
---|---|---|
committer | Hal9000 <miglietta.francesco@gmail.com> | 2013-02-13 10:54:35 +0100 |
commit | 5846038787504ee0ceebeb146e9d7d0460812df2 (patch) | |
tree | 7224732bbf243f25adbc52f3c9244d6061fb8716 /npc | |
parent | e0f544c4102d2f9a0d553906f4ff09c4d7ddcf8f (diff) | |
download | clientdata-5846038787504ee0ceebeb146e9d7d0460812df2.tar.gz clientdata-5846038787504ee0ceebeb146e9d7d0460812df2.tar.bz2 clientdata-5846038787504ee0ceebeb146e9d7d0460812df2.tar.xz clientdata-5846038787504ee0ceebeb146e9d7d0460812df2.zip |
Fix bad money exploit in Julia NPC dialogue.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-0/julia.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index cb128bea..d5b3280d 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -47,7 +47,7 @@ l_Menu: menu - rif(@q3 == 3, l("I heard rumors about some old hostilities between you and Gado. Are they true?")), l_Rumors, + rif(@q3 == 3 && @q2 == 0, l("I heard rumors about some old hostilities between you and Gado. Are they true?")), l_Rumors, rif(@q2 == 2 && countitem("PoisonedDish", 1), l("Well... No wait, I have something for you but you shouldn't eat it... I'm taking it back to the kitchen.")), l_Regret, rif(@q2 == 2 && countitem("PoisonedDish", 1), l("I have brought you a tasty present for your delicate mouth.")), l_PoisonJulia, lg("I made a mistake, I would like to change my language."), l_ChooseLang, @@ -253,7 +253,6 @@ l_Rumors: l("In fact, everything seems to work perfectly under your guidance. Nard has made the right choice."), -; setq ShipQuests_ChefGado, 6; - set @q2, getq(ShipQuests_ChefGado); mes ""; mesn; mesq l("I'm glad you're on my side."); |