diff options
Diffstat (limited to 'npc/019-1')
-rw-r--r-- | npc/019-1/santa_helper.txt | 6 | ||||
-rw-r--r-- | npc/019-1/snowman.txt | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/npc/019-1/santa_helper.txt b/npc/019-1/santa_helper.txt index 79089975..d2c5bcf9 100644 --- a/npc/019-1/santa_helper.txt +++ b/npc/019-1/santa_helper.txt @@ -36,9 +36,9 @@ L_Y: L_R: mes "[Santa's Helper]"; mes "\"I need:"; - mes "25 [purple present box]es"; - mes "20 [blue present box]es"; - mes "5 [green present box]es\""; + mes "25 Purple Present Boxes"; + mes "20 Blue Present Boxes"; + mes "5 Green Present Boxes\""; next; goto L_M; diff --git a/npc/019-1/snowman.txt b/npc/019-1/snowman.txt index eda1e733..11831356 100644 --- a/npc/019-1/snowman.txt +++ b/npc/019-1/snowman.txt @@ -39,9 +39,9 @@ L_Need: mes "[Snowman]"; mes "\"For this special hat, I need a pint of magic and a little help."; mes "Just kidding. I would like to get some food:"; - mes "15 pieces of [Candy]"; - mes "10 [Chocolate bar]s"; - mes "5 [Cactus potion]s\""; + mes "15 pieces of Candy"; + mes "10 Chocolate Bars"; + mes "5 Cactus Potions\""; next; goto L_Menu; |