summaryrefslogtreecommitdiff
path: root/npc/functions/mounts.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/mounts.txt')
-rw-r--r--npc/functions/mounts.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/mounts.txt b/npc/functions/mounts.txt
index 12d56d71f..af797cbf2 100644
--- a/npc/functions/mounts.txt
+++ b/npc/functions/mounts.txt
@@ -10,6 +10,7 @@ function script MoubooRent {
if (MOUBOO_RENTTIME > gettimetick(2) || BaseLevel < 20) {
mesn .@n$;
mesq l("Moo!");
+ tutmes l("You are already renting a mount or are below level 20.");
return;
}
@@ -57,6 +58,7 @@ function script TortugaRent {
if (MOUBOO_RENTTIME > gettimetick(2)) {
mesn .@n$;
mesq l("Boo!");
+ tutmes l("You are already renting a mount or are below level 20.");
return;
}