diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-26 13:42:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-26 13:42:21 -0300 |
commit | 8880e8cc851c11fc174c22efac44d2efab9c30b1 (patch) | |
tree | 94d2dd23af747e30915c9a87a43e9f079926b38d /npc/functions | |
parent | 8d2fdd6b71d3776f936a230aee74bc605518cf37 (diff) | |
download | serverdata-8880e8cc851c11fc174c22efac44d2efab9c30b1.tar.gz serverdata-8880e8cc851c11fc174c22efac44d2efab9c30b1.tar.bz2 serverdata-8880e8cc851c11fc174c22efac44d2efab9c30b1.tar.xz serverdata-8880e8cc851c11fc174c22efac44d2efab9c30b1.zip |
Shields are now refine-able
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/refine.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/refine.txt b/npc/functions/refine.txt index 1936b5542..0c9985c3a 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_HAND_L), l("My shield, @@", getequipname(EQI_HAND_L))), EQI_HAND_L, 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; |