From 416ed79d33e7995f4b6636e05952d9f22af094ae Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 21 Mar 2019 01:17:46 -0300 Subject: Squash a bug before Saulc notices --- npc/014-4/thorn.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'npc/014-4') diff --git a/npc/014-4/thorn.txt b/npc/014-4/thorn.txt index bb8a3dd31..2b9846981 100644 --- a/npc/014-4/thorn.txt +++ b/npc/014-4/thorn.txt @@ -49,15 +49,15 @@ L_SpringQuest: next; mesn; mes l("What about you bring me:"); - mes l("@@/50 @@", countitem(Rose), getitemlink(Rose)); - mes l("@@/50 @@", countitem(Tulip), getitemlink(Tulip)); + mes l("@@/55 @@", countitem(Rose), getitemlink(Rose)); + mes l("@@/55 @@", countitem(Tulip), getitemlink(Tulip)); mes l("@@/50 @@", countitem(Blueberries), getitemlink(Blueberries)); mes l("@@/10 @@", countitem(GrassSeeds), getitemlink(GrassSeeds)); mes l("@@/80 @@", countitem(MauveHerb), getitemlink(MauveHerb)); mes l("@@/80 @@", countitem(GambogeHerb), getitemlink(GambogeHerb)); mes l("@@/80 @@", countitem(CobaltHerb), getitemlink(CobaltHerb)); - mes l("@@/70 @@", countitem(AlizarinHerb), getitemlink(AlizarinHerb)); + mes l("@@/80 @@", countitem(AlizarinHerb), getitemlink(AlizarinHerb)); next; select l("Not now, thanks"), @@ -68,8 +68,8 @@ L_SpringQuest: goto L_Main; if (@menu == 2) { if ( - countitem(Rose) < 50 || - countitem(Tulip) < 50 || + countitem(Rose) < 55 || + countitem(Tulip) < 55 || countitem(Blueberries) < 50 || countitem(GrassSeeds) < 10 || countitem(MauveHerb) < 80 || @@ -79,16 +79,16 @@ L_SpringQuest: ) goto L_Lying; inventoryplace Wreath, 1; - delitem Rose, 50; - delitem Tulip, 50; + delitem Rose, 55; + delitem Tulip, 55; delitem Blueberries, 50; - delitem GrassSeeds, 50; - delitem MauveHerb, 50; - delitem GambogeHerb, 50; - delitem CobaltHerb, 50; - delitem AlizarinHerb, 50; + delitem GrassSeeds, 10; + delitem MauveHerb, 80; + delitem GambogeHerb, 80; + delitem CobaltHerb, 80; + delitem AlizarinHerb, 80; getitem Wreath, 1; - getexp (200*BaseLevel), 120; + getexp (210*BaseLevel), 120; setq1 SQuest_Spring, 1; mesn; mesq l("Many thanks! If I let my wose side blossom, I'm sure she'll look at me!"); -- cgit v1.2.3-60-g2f50