Changeset 136 for trunk/src/game/Player.h
- Timestamp:
- 11/19/08 13:39:20 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Player.h
r126 r136 1751 1751 bool CanBlock() const { return m_canBlock; } 1752 1752 void SetCanBlock(bool value); 1753 bool CanDualWield() const { return m_canDualWield; }1754 void SetCanDualWield(bool value) { m_canDualWield = value; }1755 1753 1756 1754 void SetRegularAttackTime(); … … 2241 2239 bool m_canParry; 2242 2240 bool m_canBlock; 2243 bool m_canDualWield;2244 2241 uint8 m_swingErrorMsg; 2245 2242 float m_ammoDPS;