diff options
Diffstat (limited to 'npc/014-5/blossom.txt')
-rw-r--r-- | npc/014-5/blossom.txt | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/npc/014-5/blossom.txt b/npc/014-5/blossom.txt index 37fd58012..b8bf502b3 100644 --- a/npc/014-5/blossom.txt +++ b/npc/014-5/blossom.txt @@ -46,15 +46,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"), @@ -65,8 +65,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 || @@ -76,16 +76,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! At least he'll know he haven't impressed me yet!"); |