summaryrefslogtreecommitdiff
path: root/world/map/npc/010-2/dimonds.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/010-2/dimonds.txt')
-rw-r--r--world/map/npc/010-2/dimonds.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/world/map/npc/010-2/dimonds.txt b/world/map/npc/010-2/dimonds.txt
index 76a77f80..ef5e2364 100644
--- a/world/map/npc/010-2/dimonds.txt
+++ b/world/map/npc/010-2/dimonds.txt
@@ -366,7 +366,7 @@ S_food_menu:
setarray @choice$, "","","","","","";
set @C_steak, 676;
- set @C_chickenleg, 562;
+ set @C_birdleg, 562;
set @C_redapple, 535;
set @C_greenapple, 719;
set @C_beer, 539;
@@ -382,14 +382,14 @@ S_food_menu:
goto L_nosteaks;
L_nosteaks:
- if (countitem("ChickenLeg") == 0)
- goto L_nochickenleg;
- set @choice_idx[@choices_nr], @C_chickenleg;
- set @choice$[@choices_nr], "Offer him a chicken leg.";
+ if (countitem("BirdLeg") == 0)
+ goto L_nobirdleg;
+ set @choice_idx[@choices_nr], @C_birdleg;
+ set @choice$[@choices_nr], "Offer him a bird leg.";
set @choices_nr, @choices_nr + 1;
- goto L_nochickenleg;
+ goto L_nobirdleg;
-L_nochickenleg:
+L_nobirdleg:
if (countitem("RedApple") == 0)
goto L_noredapple;
set @choice_idx[@choices_nr], @C_redapple;
@@ -436,7 +436,7 @@ L_MenuItems:
goto L_Close;
if ((countitem("Steak") != 0) && (@choice_idx[@choose] == @C_steak))
goto L_RmItem;
- if ((countitem("ChickenLeg") != 0) && (@choice_idx[@choose] == @C_chickenleg))
+ if ((countitem("BirdLeg") != 0) && (@choice_idx[@choose] == @C_birdleg))
goto L_RmItem;
if ((countitem("RedApple") != 0) && (@choice_idx[@choose] == @C_redapple))
goto L_RmItem;
@@ -538,7 +538,7 @@ L_Close:
010-2,24,27,0|shop|Bartender|112,Beer:*1,IronPotion:*1,EnlighteningElixir:*1,ConcentrationPotion:*1
-010-2,32,34,0|shop|Waitress|139,CherryCake:*1,RoastedMaggot:*1,OrangeCupcake:*1,ChickenLeg:*1,Steak:*1
+010-2,32,34,0|shop|Waitress|139,CherryCake:*1,RoastedMaggot:*1,OrangeCupcake:*1,BirdLeg:*1,Sauerkraut:*1,Steak:*1
010-2,85,41,0|shop|Blacksmith|146,ForestBow:*1,SilverArrow:*2,IronArrow:*1,Arrow:*1,LeatherShield:*1