summaryrefslogtreecommitdiff
path: root/npc/craft/options.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-02-22 23:28:47 -0300
committerJesusaves <cpntb1@ymail.com>2021-02-22 23:28:47 -0300
commitc7b5ac08c2638612c3170225ee5d36ae3a62c9ac (patch)
treeaa846fbf5ffd311ff98c4d7d818bfdea7f833b70 /npc/craft/options.txt
parent17ed315dea2ee1dc3c97182cd91b8a499f7b2f86 (diff)
downloadserverdata-c7b5ac08c2638612c3170225ee5d36ae3a62c9ac.tar.gz
serverdata-c7b5ac08c2638612c3170225ee5d36ae3a62c9ac.tar.bz2
serverdata-c7b5ac08c2638612c3170225ee5d36ae3a62c9ac.tar.xz
serverdata-c7b5ac08c2638612c3170225ee5d36ae3a62c9ac.zip
Demure Axe should inheir crafting bonuses like the blacksmith axe.
I mean it looks exactly like the same
Diffstat (limited to 'npc/craft/options.txt')
-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 0c40701f4..318386497 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 (isequippedcnt(BlacksmithAxe, Monocle));
+ return (isequippedcnt(BlacksmithAxe, Monocle, DemureAxe));
}
// csys_Generate( cr_id{, preserve, override} )