diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/mounts.txt | 2 |
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; |