From f545cc2bc3d44ba13f5777b5462e1a3309ed6613 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 31 Jan 2019 21:18:49 -0200 Subject: Downgrade stinger requeried by Caelum from Black Stinger to Red Stinger. Level consistency. Both can be obtained with Ishi, by the way :b --- npc/007-1/caelum.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/npc/007-1/caelum.txt b/npc/007-1/caelum.txt index 904be5ff0..f9a1fc7e3 100644 --- a/npc/007-1/caelum.txt +++ b/npc/007-1/caelum.txt @@ -59,7 +59,7 @@ L_List: mes l("Here's what I need:"); mes l("@@/1 @@", countitem(Lifestone), getitemlink(Lifestone)); mes l("@@/1 @@", countitem(CottonCloth), getitemlink(CottonCloth)); - mes l("@@/2 @@", countitem(BlackScorpionStinger), getitemlink(BlackScorpionStinger)); + mes l("@@/2 @@", countitem(RedScorpionStinger), getitemlink(RedScorpionStinger)); mes l("@@/5 @@", countitem(ScorpionClaw), getitemlink(ScorpionClaw)); mes l("@@/10 @@", countitem(BatTeeth), getitemlink(BatTeeth)); mes l("@@/10 @@", countitem(CactusDrink), getitemlink(CactusDrink)); @@ -80,7 +80,7 @@ L_Give: if ( countitem(Lifestone) < 1 || countitem(CottonCloth) < 1 || - countitem(BlackScorpionStinger) < 2 || + countitem(RedScorpionStinger) < 2 || countitem(BugLeg) < 8 || countitem(BatTeeth) < 10 || countitem(CactusDrink) < 10 || @@ -92,7 +92,7 @@ L_Give: delitem(Lifestone, 1); delitem(CottonCloth, 1); - delitem(BlackScorpionStinger, 2); + delitem(RedScorpionStinger, 2); delitem(BugLeg, 8); delitem(BatTeeth, 10); delitem(CactusDrink, 10); -- cgit v1.2.3-60-g2f50