From 60ff046aa2b3825cf3facd986f405706fe12b85f Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Wed, 11 Jul 2018 18:38:42 -0300
Subject: Bronze Gladius is a rare. Instead of usual 1007 GP repair tax, it'll
 be 100 GP.

---
 npc/functions/refine.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/npc/functions/refine.txt b/npc/functions/refine.txt
index 59a4b9d5f..9a4069cbe 100644
--- a/npc/functions/refine.txt
+++ b/npc/functions/refine.txt
@@ -191,7 +191,7 @@ function	script	repairMaster	{
         next;
     }
     .@price=getiteminfo(getbrokenid(1), ITEMINFO_SELLPRICE)+getiteminfo(getbrokenid(1), ITEMINFO_ELV)-(getbrokencount()*15);
-    if (.@price < 100)
+    if (.@price < 100 || getbrokenid(1) == BronzeGladius)
         .@price=100;
     mesn;
     mesq l("I can fix this for you. Just pay me @@ GP and a @@. It'll take no time at all!", .@price, getitemlink(IronIngot));
-- 
cgit v1.2.3-70-g09d2