diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-10-17 13:45:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-10-17 13:45:02 -0300 |
commit | 2a66f3059955e68d64479f21854a550da686c3df (patch) | |
tree | d6632951b828d816e0ff8eacd999b60a353ed175 /npc/029-0 | |
parent | e26b2ceb37b86e590caa4366dab367a7026b9370 (diff) | |
download | serverdata-2a66f3059955e68d64479f21854a550da686c3df.tar.gz serverdata-2a66f3059955e68d64479f21854a550da686c3df.tar.bz2 serverdata-2a66f3059955e68d64479f21854a550da686c3df.tar.xz serverdata-2a66f3059955e68d64479f21854a550da686c3df.zip |
Eh, fix typo
Diffstat (limited to 'npc/029-0')
-rw-r--r-- | npc/029-0/amelia.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/029-0/amelia.txt b/npc/029-0/amelia.txt index 1d7fe3626..9158238eb 100644 --- a/npc/029-0/amelia.txt +++ b/npc/029-0/amelia.txt @@ -34,7 +34,7 @@ L_Start: } if (array_find(.gifts, .@id) < 0) { - mesc l("This doesn't looks like a gift."); + mesc l("This doesn't looks like a toy."); mesc l("Maybe we could give her a %s instead.", getitemlink(any(Doll, PlushMouboo, LeatherBall, ReinbooWand, SantaGlobe, RubberDucky, CandorBola))); // Suggest only the most rare and expensive toys } mesc l("Really give the %s to %s?", getitemlink(.@id), .name$), 1; |