From ec839215dc6f6b06e42035a7608f02e9765f10b7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 29 May 2018 08:37:55 -0300 Subject: Make Mahoud more... hm... human? --- npc/003-1/mahoud.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'npc/003-1/mahoud.txt') 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: -- cgit v1.2.3-60-g2f50