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, 1 insertions, 1 deletions
diff --git a/npc/functions/mounts.txt b/npc/functions/mounts.txt
index 24fc558ce..12d56d71f 100644
--- a/npc/functions/mounts.txt
+++ b/npc/functions/mounts.txt
@@ -7,7 +7,7 @@
// MoubooRent( NPC Name )
function script MoubooRent {
.@n$=getarg(0, strnpcinfo(0));
- if (MOUBOO_RENTTIME > gettimetick(2)) {
+ if (MOUBOO_RENTTIME > gettimetick(2) || BaseLevel < 20) {
mesn .@n$;
mesq l("Moo!");
return;