diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-04-11 20:39:07 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-11 23:39:07 +0000 |
commit | 429f1d87a34997ebb053ee4b159fe30e6c6a3f85 (patch) | |
tree | 2139f862821d8bdd14cb99293366ac98c3173044 /world/map/npc/026-2/crying_child.txt | |
parent | 5eabaebca391ad226cda69c811b59e73fad2be9c (diff) | |
download | classic-serverdata-429f1d87a34997ebb053ee4b159fe30e6c6a3f85.tar.gz classic-serverdata-429f1d87a34997ebb053ee4b159fe30e6c6a3f85.tar.bz2 classic-serverdata-429f1d87a34997ebb053ee4b159fe30e6c6a3f85.tar.xz classic-serverdata-429f1d87a34997ebb053ee4b159fe30e6c6a3f85.zip |
CRC Day utilities (#609)
CRC Day utilities and minor bugfixes (revert upmarmu changes)
Diffstat (limited to 'world/map/npc/026-2/crying_child.txt')
-rw-r--r-- | world/map/npc/026-2/crying_child.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/026-2/crying_child.txt b/world/map/npc/026-2/crying_child.txt index 125f4d47..5cad3481 100644 --- a/world/map/npc/026-2/crying_child.txt +++ b/world/map/npc/026-2/crying_child.txt @@ -93,7 +93,6 @@ L_DontCryWhat: L_DontWorryFind: mes "[Aldred]"; mes "\"Thank you " +strcharinfo(0)+"! Find it for me, pleeeease! Oh, and don't tell my parents that I lost their ring, okay?\""; - mes "##9Some sort of sixth sense tells you the ring is below the ground... But that can't be right, can it?##0"; set @state, 1; callsub S_Update_Mask; goto L_Close; @@ -101,6 +100,7 @@ L_DontWorryFind: L_return: mes "[Aldred]"; mes "\"Please, help me. If you find that ring, I think things will be a little better between me and my parents.\""; + mes "##9Some sort of sixth sense tells you the ring is below the ground... But that can't be right, can it?##0"; goto L_Close; |