summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-29 08:37:55 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-29 08:37:55 -0300
commitec839215dc6f6b06e42035a7608f02e9765f10b7 (patch)
treed9102263608bdc6adc49e4f0d7e3edc8a76a9071
parent978db55628ca20e0cb0581e980d060ccd67c45e2 (diff)
downloadserverdata-ec839215dc6f6b06e42035a7608f02e9765f10b7.tar.gz
serverdata-ec839215dc6f6b06e42035a7608f02e9765f10b7.tar.bz2
serverdata-ec839215dc6f6b06e42035a7608f02e9765f10b7.tar.xz
serverdata-ec839215dc6f6b06e42035a7608f02e9765f10b7.zip
Make Mahoud more... hm... human?
-rw-r--r--npc/003-1/mahoud.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/003-1/mahoud.txt b/npc/003-1/mahoud.txt
index 4f684bb49..353f02232 100644
--- a/npc/003-1/mahoud.txt
+++ b/npc/003-1/mahoud.txt
@@ -9,6 +9,7 @@
.@COST_PER_BOTTLE = 50;
+ mesn;
mes l("I can fill your bottle with water for only @@ gp the bottle.", .@COST_PER_BOTTLE);
mes l("After all, I am the Well Master!");
input .@count;
@@ -31,11 +32,15 @@
close;
L_NotEnoughBottles:
+ mes "";
+ mesn;
mes l("You don't have that many empty bottles!");
close;
L_NotEnoughMoney:
- mes l("You don't have enough gp! You need @@ gp.", .@Cost);
+ mes "";
+ mesn;
+ mes l("You don't have enough gold! You need @@ gp.", .@Cost);
close;
OnInit: