diff options
Diffstat (limited to 'world/map/npc/xmas/2011/emptyBoxesHelper.txt')
-rw-r--r-- | world/map/npc/xmas/2011/emptyBoxesHelper.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/xmas/2011/emptyBoxesHelper.txt b/world/map/npc/xmas/2011/emptyBoxesHelper.txt index 8e22f077..428acfe8 100644 --- a/world/map/npc/xmas/2011/emptyBoxesHelper.txt +++ b/world/map/npc/xmas/2011/emptyBoxesHelper.txt @@ -20,13 +20,13 @@ L_Helping: mes "[Urmas]"; - mes "\"Ah, I see you're one of the auxiliary forces. Ok, listen to me."; - mes "\"We have a narrow on the empty present boxes. Don't ask me how that can happen!"; + mes "\"Ah, I see you're one of the seasonal helpers. Ok, listen to me."; + mes "\"We have a shortage on the empty present boxes. Don't ask me how that can happen!"; mes "Those paper-shufflers up there probably messed up the ordering or something. Pah.\""; next; - mes "\"However, we need to fix it."; - mes "Bring me some wood, so I can make boxes out of it."; - mes "I think " + @log_amount + " Raw Logs will do for one box.\""; + mes "\"However, we need to fix it. I have only a few boxes left."; + mes "Bring me some wood, so I can make new boxes out of it."; + mes @log_amount + " Raw Logs will do for one box.\""; if (countitem("RawLog") < @log_amount) goto L_Close; next; |