summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/010-2_Dimonds_Cove/dimonds.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/010-2_Dimonds_Cove/dimonds.txt b/npc/010-2_Dimonds_Cove/dimonds.txt
index cae5531e..820d3303 100644
--- a/npc/010-2_Dimonds_Cove/dimonds.txt
+++ b/npc/010-2_Dimonds_Cove/dimonds.txt
@@ -414,12 +414,12 @@ L_nochickenleg:
set @choice$[@choices_nr], "Offer him a red apple.";
set @choices_nr, @choices_nr + 1;
L_noredapple:
- if (countitem("RedApple") == 0) goto L_nogreenapple;
+ if (countitem("GreenApple") == 0) goto L_nogreenapple;
set @choice_idx[@choices_nr], @C_greenapple;
set @choice$[@choices_nr], "Offer him a green apple.";
set @choices_nr, @choices_nr + 1;
L_nogreenapple:
- if (countitem("RedApple") == 0) goto L_nobeer;
+ if (countitem("Beer") == 0) goto L_nobeer;
set @choice_idx[@choices_nr], @C_beer;
set @choice$[@choices_nr], "Offer him a beer.";
set @choices_nr, @choices_nr + 1;