From f72ff7d8f4d4c80988d69a50e3566f9c8cf8e06e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 13 Jul 2018 01:18:51 -0300 Subject: Uh... we don't use armor, we use mid headgear ¬.¬ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/functions/refine.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/refine.txt b/npc/functions/refine.txt index eef786858..ba86dc40d 100644 --- a/npc/functions/refine.txt +++ b/npc/functions/refine.txt @@ -22,7 +22,7 @@ function script refineMaster { // Dark magic from hercules used, take care menuint l("Nothing, thanks"), 0, - rif(getequipisequiped(EQI_ARMOR), l("My chestplate, @@", getequipname(EQI_ARMOR))), EQI_ARMOR, + rif(getequipisequiped(EQI_HEAD_MID), l("My chestplate, @@", getequipname(EQI_ARMOR))), EQI_ARMOR, rif(getequipisequiped(EQI_HAND_R), l("My weapon, @@", getequipname(EQI_HAND_R))), EQI_HAND_R, l("Definitive item break? Too dangerous! I don't want it!!"), 0; -- cgit v1.2.3-60-g2f50