diff options
author | HoraK-FDF <horak-fdf@web.de> | 2023-11-29 19:26:04 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-11-29 19:26:04 +0000 |
commit | 67644682012b66ad91151cb037ada151fc5722f1 (patch) | |
tree | c9d4d3ad472a1c8f8350c88c02a682ccdb9ad5a3 /world/map/npc/mobs | |
parent | dc3a1db4143291e5bdf98c6418888a415f3ba513 (diff) | |
download | serverdata-67644682012b66ad91151cb037ada151fc5722f1.tar.gz serverdata-67644682012b66ad91151cb037ada151fc5722f1.tar.bz2 serverdata-67644682012b66ad91151cb037ada151fc5722f1.tar.xz serverdata-67644682012b66ad91151cb037ada151fc5722f1.zip |
text improvment blossom
Diffstat (limited to 'world/map/npc/mobs')
-rw-r--r-- | world/map/npc/mobs/mob_kill_handler.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/mobs/mob_kill_handler.txt b/world/map/npc/mobs/mob_kill_handler.txt index ff5cd4de..83f64d3e 100644 --- a/world/map/npc/mobs/mob_kill_handler.txt +++ b/world/map/npc/mobs/mob_kill_handler.txt @@ -91,7 +91,7 @@ L_Pink_Flower_Seeds_Full: goto L_Return; L_Pink_Flower_Seeds_Inv_Full: - message strcharinfo(0), "Pink Flower : ##3Your inventory is full. You can't pickup the [@@" + PinkFlowerSeed + "|Pink Flower Seed@@] and a bird came flying by and snatched it."; // to show the line correctly over head it needs something after the | but thats not needed for mes + message strcharinfo(0), "Pink Flower : ##3Your inventory is full. You couldn’t pick up the [@@" + PinkFlowerSeed + "|Pink Flower Seed@@], and a bird came flying by and snatched it."; // to show the line correctly over head it needs something after the | but thats not needed for mes goto L_Return; L_Return: |