summaryrefslogtreecommitdiff
path: root/world/map/npc/012-1/shops.txt
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2023-11-29 19:26:04 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-11-29 19:26:04 +0000
commit67644682012b66ad91151cb037ada151fc5722f1 (patch)
treec9d4d3ad472a1c8f8350c88c02a682ccdb9ad5a3 /world/map/npc/012-1/shops.txt
parentdc3a1db4143291e5bdf98c6418888a415f3ba513 (diff)
downloadserverdata-67644682012b66ad91151cb037ada151fc5722f1.tar.gz
serverdata-67644682012b66ad91151cb037ada151fc5722f1.tar.bz2
serverdata-67644682012b66ad91151cb037ada151fc5722f1.tar.xz
serverdata-67644682012b66ad91151cb037ada151fc5722f1.zip
text improvment blossom
Diffstat (limited to 'world/map/npc/012-1/shops.txt')
-rw-r--r--world/map/npc/012-1/shops.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/012-1/shops.txt b/world/map/npc/012-1/shops.txt
index fe4a8ac5..c7c01ee2 100644
--- a/world/map/npc/012-1/shops.txt
+++ b/world/map/npc/012-1/shops.txt
@@ -37,7 +37,7 @@ L_Petals:
set HURNS1_STATE, (HURNS1_STATE & ~BYTE_0_MASK) | PINK_PETAL_SHOP_ASKED_FOR_PETALS;
mes "[Blossom]";
- mes "\"Not at the moment but I could grow some if you bring me " + PINK_FLOWER_SEEDS_NEEDED + " [@@"+ PinkFlowerSeed + "|Pink Flower Seeds@@].\"";
+ mes "\"Not at the moment, but I could grow some if you bring me " + PINK_FLOWER_SEEDS_NEEDED + " [@@"+ PinkFlowerSeed + "|Pink Flower Seeds@@].\"";
goto L_Close;
L_HowMany:
@@ -52,9 +52,9 @@ L_Deliver:
delitem PinkFlowerSeed, PINK_FLOWER_SEEDS_NEEDED;
mes "[Blossom]";
- mes "\"Wonderful you found all the [@@"+ PinkFlowerSeed + "|Pink Flower Seeds@@].";
- mes "I found some myself while you where away and so I already have some [@@" + PinkPetal +"|Pink Petals@@] on stock since that flowers grow real fast.";
- mes "But with all your seeds I can establish a liftime supply for you now.\"";
+ mes "\"Wonderful! You found all the [@@"+ PinkFlowerSeed + "|Pink Flower Seeds@@].";
+ mes "I found some myself while you where away, so I already have [@@" + PinkPetal +"|Pink Petals@@] in stock. These flowers grow really fast.";
+ mes "With all your seeds, I can now establish a lifetime supply for you.\"";
goto L_Close;
L_RoseHat: