From 5846038787504ee0ceebeb146e9d7d0460812df2 Mon Sep 17 00:00:00 2001 From: Hal9000 Date: Wed, 13 Feb 2013 10:54:35 +0100 Subject: Fix bad money exploit in Julia NPC dialogue. --- npc/000-2-0/julia.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'npc/000-2-0/julia.txt') 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."); -- cgit v1.2.3-60-g2f50