From ead5baeb6865b9179d001102c218979a712df566 Mon Sep 17 00:00:00 2001
From: RelaxMore <RelaxMore@users.noreply.github.com>
Date: Wed, 29 Apr 2015 01:05:41 -0400
Subject: Update heathin.txt

closes #355
---
 world/map/npc/001-2/heathin.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'world/map')

diff --git a/world/map/npc/001-2/heathin.txt b/world/map/npc/001-2/heathin.txt
index 0bcb0294..2aa5f26c 100644
--- a/world/map/npc/001-2/heathin.txt
+++ b/world/map/npc/001-2/heathin.txt
@@ -313,9 +313,12 @@ L_Arrows_Trade_Yes:
     delitem "TerraniteOre", @TARROW_REQ_TERRA_ORE;
     set Zeny, Zeny - @TARROW_REQ_GP;
     set @lucky, 5 * rand(readparam(bLuk));
+    set @lucky$, "";
     getitem "TerraniteArrow", 1000 + @lucky;
     mes "[Heathin]";
-    mes "\"Here you go! You are lucky, I could forge "+@lucky+" more arrows than expected. Come back again if you want more Terranite Arrows.\"";
+    if(@lucky>0)
+        set @lucky$, " You are lucky, I could forge "+@lucky+" more arrows than expected.";
+    mes "Here you go!" + @lucky$ + " Come back again if you want more Terranite Arrows.\"";
     close;
 
 L_Arrows_Trade_Wait:
-- 
cgit v1.2.3-70-g09d2