From a767091da4f0edae03d8727f93944e99137de737 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 27 May 2019 11:08:41 -0300 Subject: Helmets can now be refined --- npc/functions/refine.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'npc/functions') diff --git a/npc/functions/refine.txt b/npc/functions/refine.txt index b65808daf..74f72857f 100644 --- a/npc/functions/refine.txt +++ b/npc/functions/refine.txt @@ -24,6 +24,7 @@ function script refineMaster { l("Nothing, thanks"), 0, rif(getequipisequiped(EQI_HEAD_MID), l("My chestplate, @@", getequipname(EQI_HEAD_MID))), EQI_HEAD_MID, rif(getequipisequiped(EQI_HAND_R), l("My weapon, @@", getequipname(EQI_HAND_R))), EQI_HAND_R, + rif(getequipisequiped(EQI_HEAD_TOP), l("My helmet, @@", getequipname(EQI_HEAD_TOP))), EQI_HEAD_TOP, l("Item break? Too dangerous! I don't want it!!"), 0; -- cgit v1.2.3-70-g09d2