summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/craft/options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/craft/options.txt b/npc/craft/options.txt
index fee06968b..042f29ad0 100644
--- a/npc/craft/options.txt
+++ b/npc/craft/options.txt
@@ -24,7 +24,7 @@
// Returns a bonus from equips (max: 1)
function script csys_equip {
// Same as: isequippedcnt(BlacksmithAxe{, BlacksmithHelmet, etc.})
- return (getequipid(EQI_HAND_R) == BlacksmithAxe);
+ return (isequippedcnt(BlacksmithAxe, Monocle));
}
// csys_Generate( cr_id{, preserve} )