From 1523eeb076494c9cdf822cb30f2ec74a62ec0fad Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Mar 2019 12:10:43 -0300 Subject: Bad operand bug --- npc/017-3/chagashroom.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/017-3') diff --git a/npc/017-3/chagashroom.txt b/npc/017-3/chagashroom.txt index 3adf9e56a..9a449bc49 100644 --- a/npc/017-3/chagashroom.txt +++ b/npc/017-3/chagashroom.txt @@ -77,11 +77,11 @@ L_Main: mesc l("The bottom-most the water, the better the bonus."); menuint l("Cancel"), -1, - rif(countitem(BottleOfSewerWater) > .@glass_count, l("Sewer Water")), 0, - rif(countitem(BottleOfSeaWater) > .@glass_count, l("Sea Water")), 3600, - rif(countitem(BottleOfTonoriWater) > .@glass_count, l("Tonori Water")), 11760, - rif(countitem(BottleOfWoodlandWater) > .@glass_count, l("Woodland Water")), 12000, - rif(countitem(BottleOfDivineWater) > .@glass_count, l("Divine Water")), 21600; + rif(countitem(BottleOfSewerWater) >= .@glass_count, l("Sewer Water")), 0, + rif(countitem(BottleOfSeaWater) >= .@glass_count, l("Sea Water")), 3600, + rif(countitem(BottleOfTonoriWater) >= .@glass_count, l("Tonori Water")), 11760, + rif(countitem(BottleOfWoodlandWater) >= .@glass_count, l("Woodland Water")), 12000, + rif(countitem(BottleOfDivineWater) >= .@glass_count, l("Divine Water")), 21600; mes ""; if (@menuret < 0) break; -- cgit v1.2.3-60-g2f50