diff options
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; |