Show
Ignore:
Timestamp:
11/19/08 13:39:20 (17 years ago)
Author:
yumileroy
Message:

[svn] Provide creature dual wield support.
Update glancing damage formula.
Do not daze creatures when other creatures attack from the back (need to find a better way).
Fix the damage calculation of +damage aura.

Original author: megamage
Date: 2008-10-29 20:00:21-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Player.h

    r126 r136  
    17511751        bool CanBlock() const { return m_canBlock; } 
    17521752        void SetCanBlock(bool value); 
    1753         bool CanDualWield() const { return m_canDualWield; } 
    1754         void SetCanDualWield(bool value) { m_canDualWield = value; } 
    17551753 
    17561754        void SetRegularAttackTime(); 
     
    22412239        bool m_canParry; 
    22422240        bool m_canBlock; 
    2243         bool m_canDualWield; 
    22442241        uint8 m_swingErrorMsg; 
    22452242        float m_ammoDPS;