diff options
author | Fedja Beader <fedja@protonmail.ch> | 2023-07-01 20:54:30 +0200 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2023-07-01 20:54:30 +0200 |
commit | 0d34c70ea3e792d922369e7f69dbca7ae9ac81e3 (patch) | |
tree | 9203a3fdec4cca87170b824605837ec657bc3236 /npc/functions/mounts.txt | |
parent | f294599abeca832d3750631473872f161b8a30ef (diff) | |
download | serverdata-0d34c70ea3e792d922369e7f69dbca7ae9ac81e3.tar.gz serverdata-0d34c70ea3e792d922369e7f69dbca7ae9ac81e3.tar.bz2 serverdata-0d34c70ea3e792d922369e7f69dbca7ae9ac81e3.tar.xz serverdata-0d34c70ea3e792d922369e7f69dbca7ae9ac81e3.zip |
Warning about renting one or the other mount.
Diffstat (limited to 'npc/functions/mounts.txt')
-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, |