diff options
-rw-r--r-- | npc/functions/mounts.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/mounts.txt b/npc/functions/mounts.txt index 05c163d4e..c5ff0f108 100644 --- a/npc/functions/mounts.txt +++ b/npc/functions/mounts.txt @@ -19,6 +19,7 @@ function script MoubooRent { next; mesn .@n$; mesq l("Do you want to rent a Mouboo? It allows quick traveling!"); + mesc l("WARNING: you can only rent one mount per character. Either tortuga or a mouboo."), 1; next; menuint rif(Zeny > 100, l("Rent 1 day for 100 GP")), 100, @@ -70,6 +71,7 @@ function script TortugaRent { next; mesn .@n$; mesq l("Do you want to rent a Tortuga? It allows quick traveling!"); + mesc l("WARNING: you can only rent one mount per character. Either tortuga or a mouboo."), 1; next; menuint rif(Zeny > 50, l("Rent 1 day for 50 GP")), 50, |