summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/ishi.txt2
-rw-r--r--npc/003-1/shop.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt
index a8a1de1c1..fafedbf7b 100644
--- a/npc/003-1/ishi.txt
+++ b/npc/003-1/ishi.txt
@@ -33,7 +33,7 @@
"RedApple","Beer","Candy","Orange","ChocolateBar","BugLeg","CoinBag",
"Coal","SnakeSkin","CottonCloth","GrassSeeds","HardSpike","CobaltHerb","GambogeHerb",
"MauveHerb","IronOre","MaggotSlime","RawLog","ScorpionStinger","SilkCocoon","TreasureKey",
- "FluffyFur","EmptyBottle","RustyKnife","Grenade","Coral","PiouLegs","Cheese","SnakeEgg","RoastedMaggot","BlueCottonDye";
+ "FluffyFur","EmptyBottle","RustyKnife","Grenade","Coral","PiouLegs","Cheese","SnakeEgg","RoastedMaggot","BlueDye";
setarray @Rares$, "BrimmedHat", 5, "IronIngot", 10, "BronzeGift", 10;
mesn l("Ishi, the Rewards Master");
diff --git a/npc/003-1/shop.txt b/npc/003-1/shop.txt
index 37eb8a179..b6fd283d3 100644
--- a/npc/003-1/shop.txt
+++ b/npc/003-1/shop.txt
@@ -7,7 +7,7 @@
OnInit:
tradertype(NST_MARKET);
- sellitem YellowCottonDye, -1, 2;
+ sellitem YellowDye, -1, 2;
sellitem Knife, -1, 5;
sellitem Arrow, -1, 30000;
sellitem DesertHat, -1, 8;
@@ -24,7 +24,7 @@ OnClock0621:
OnClock1210:
OnClock1757:
OnClock0000:
- restoreshopitem YellowCottonDye, -1, 2;
+ restoreshopitem YellowDye, -1, 2;
restoreshopitem Knife, -1, 5;
restoreshopitem Arrow, -1, 30000;
restoreshopitem DesertHat, -1, 8;