summaryrefslogtreecommitdiff
path: root/npc/functions/inventoryplace.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/inventoryplace.txt')
-rw-r--r--npc/functions/inventoryplace.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/functions/inventoryplace.txt b/npc/functions/inventoryplace.txt
index c51cbf1f..b2bae19c 100644
--- a/npc/functions/inventoryplace.txt
+++ b/npc/functions/inventoryplace.txt
@@ -1,5 +1,6 @@
// Evol functions.
-// Author:
+// Authors:
+// Qwerty Dragon
// Reid
// Description:
// Check if the player have enough place on his inventory to accept new items with arguments:
@@ -24,7 +25,7 @@ L_Warn:
mesn "Narrator";
mes col(l("It looks like you can't carry anything else for now."), 9);
next;
- mes col(l("You should come back when you'll have some free space."), 9);
+ mes col(l("You should come back when you have some free space."), 9);
close;
}