summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2023-07-01 20:54:30 +0200
committerFedja Beader <fedja@protonmail.ch>2023-07-01 20:54:30 +0200
commit0d34c70ea3e792d922369e7f69dbca7ae9ac81e3 (patch)
tree9203a3fdec4cca87170b824605837ec657bc3236
parentf294599abeca832d3750631473872f161b8a30ef (diff)
downloadserverdata-0d34c70ea3e792d922369e7f69dbca7ae9ac81e3.tar.gz
serverdata-0d34c70ea3e792d922369e7f69dbca7ae9ac81e3.tar.bz2
serverdata-0d34c70ea3e792d922369e7f69dbca7ae9ac81e3.tar.xz
serverdata-0d34c70ea3e792d922369e7f69dbca7ae9ac81e3.zip
Warning about renting one or the other mount.
-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 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,