diff options
Diffstat (limited to 'world/map/npc/xmas/2011/beddingHelper.txt')
-rw-r--r-- | world/map/npc/xmas/2011/beddingHelper.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/xmas/2011/beddingHelper.txt b/world/map/npc/xmas/2011/beddingHelper.txt index 0398505c..7f51e3df 100644 --- a/world/map/npc/xmas/2011/beddingHelper.txt +++ b/world/map/npc/xmas/2011/beddingHelper.txt @@ -26,12 +26,12 @@ L_Helping: mes "[Osmo]"; - mes "\"You just came here in the right moment. I was informed that our bedding material for fragile presents is nearly expended."; + mes "\"You just came here in the right moment. I was informed that our bedding material for fragile presents is nearly depleted."; mes "Could you bring me " + @bedding_amount + " White Furs?\""; next; mes "[Osmo]"; mes "\"Take care that it's real White Fur."; - mes "Other materials tend to go out of place in the present box, leaving the fragile content extradited to any pushes.\""; + mes "Other materials tend to go out of place in the present box, leaving the fragile content unprotected from any pushes.\""; set xmas11, xmas11 | $@xmas11_Bedding; goto L_Close; |