summaryrefslogtreecommitdiff
path: root/npc/014-5
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-21 01:17:46 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-21 01:17:46 -0300
commit416ed79d33e7995f4b6636e05952d9f22af094ae (patch)
treedcaa18b3ff3c922415680c301f97e8ab376f2f35 /npc/014-5
parentf81693ecbb4621d5ebd249fd4d5ff6bb0b10ca18 (diff)
downloadserverdata-416ed79d33e7995f4b6636e05952d9f22af094ae.tar.gz
serverdata-416ed79d33e7995f4b6636e05952d9f22af094ae.tar.bz2
serverdata-416ed79d33e7995f4b6636e05952d9f22af094ae.tar.xz
serverdata-416ed79d33e7995f4b6636e05952d9f22af094ae.zip
Squash a bug before Saulc notices
Diffstat (limited to 'npc/014-5')
-rw-r--r--npc/014-5/blossom.txt26
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!");