From 2ce22a8fa0414159d7e8517cc7fa00f2f809bcda Mon Sep 17 00:00:00 2001 From: NetSysFire <16-NetSysFire@users.noreply.git.themanaworld.org> Date: Sun, 19 Feb 2023 14:31:58 +0000 Subject: Batch of typo fixes and rewording. Also minor tweaks to Helena rewards and Pylon production. --- npc/functions/mounts.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/functions/mounts.txt') diff --git a/npc/functions/mounts.txt b/npc/functions/mounts.txt index 12d56d71f..af797cbf2 100644 --- a/npc/functions/mounts.txt +++ b/npc/functions/mounts.txt @@ -10,6 +10,7 @@ function script MoubooRent { if (MOUBOO_RENTTIME > gettimetick(2) || BaseLevel < 20) { mesn .@n$; mesq l("Moo!"); + tutmes l("You are already renting a mount or are below level 20."); return; } @@ -57,6 +58,7 @@ function script TortugaRent { if (MOUBOO_RENTTIME > gettimetick(2)) { mesn .@n$; mesq l("Boo!"); + tutmes l("You are already renting a mount or are below level 20."); return; } -- cgit v1.2.3-70-g09d2