• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Ghoul not proficient with Bite?

jjashley

Well-known member
Is there something odd with the ghoul that it isn't proficient with Bite but is proficient with Claw? Took a look at the ghoul in the editor but can't figure out why the difference in proficiency.
 
That's an SRD creature, so LW must have talked to WotC or someone to the right attack bonuses on it, there is an eval script running on ghoul that removes proficiency on bite.

Code:
<eval phase="PostLevel" priority="10000"><![CDATA[

      foreach pick in hero from BaseWep where "IsWeapon.wBite"
        perform eachpick.delete[Helper.Proficient]
        nexteach]]></eval>
 
well that would do it then. Yeah looking at the wotc stat block the bonuses add up properly just seemed odd was all. Thanks Dungeon.
 
Back
Top