diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-14 14:02:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-14 14:02:17 -0300 |
commit | eb3834c121da7d0d2bb16d60990b958e0132cb0b (patch) | |
tree | a96dc5ac8bd5eb337088835359a724800a6bac7e /npc/012-1 | |
parent | 8155e61a93c417ef4df3a80e2e8e7ccf00847191 (diff) | |
download | serverdata-eb3834c121da7d0d2bb16d60990b958e0132cb0b.tar.gz serverdata-eb3834c121da7d0d2bb16d60990b958e0132cb0b.tar.bz2 serverdata-eb3834c121da7d0d2bb16d60990b958e0132cb0b.tar.xz serverdata-eb3834c121da7d0d2bb16d60990b958e0132cb0b.zip |
Typo
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/terezin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/terezin.txt b/npc/012-1/terezin.txt index ef0842afb..5669854a4 100644 --- a/npc/012-1/terezin.txt +++ b/npc/012-1/terezin.txt @@ -33,7 +33,7 @@ L_PinkieHat: mesq l("You deserve a reward for helping my husband. I can make you a nice gift."); next; mesn; - mesq l("Please bring me a single @@, and I'll give you a memeto."); + mesq l("Please bring me a single @@, and I'll give you a memeto.", getitemlink(PinkAntenna)); if (countitem(PinkAntenna) < 1) close; next; |