diff options
Diffstat (limited to 'npc')
-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; |