diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-22 23:28:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-22 23:28:47 -0300 |
commit | c7b5ac08c2638612c3170225ee5d36ae3a62c9ac (patch) | |
tree | aa846fbf5ffd311ff98c4d7d818bfdea7f833b70 /npc | |
parent | 17ed315dea2ee1dc3c97182cd91b8a499f7b2f86 (diff) | |
download | serverdata-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')
-rw-r--r-- | npc/craft/options.txt | 2 |
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} ) |