Home
last modified time | relevance | path

Searched refs:attackskill (Results 1 – 2 of 2) sorted by relevance

/dports/games/powder/powder118_src/
H A Dcreature.cpp3414 SKILL_NAMES attackskill; in getWeaponSkillLevel() local
3435 attackskill = weapon->getAttackSkill(); in getWeaponSkillLevel()
3437 attackskill = SKILL_WEAPON_IMPROVISE; in getWeaponSkillLevel()
3438 if (hasSkill(attackskill)) in getWeaponSkillLevel()
H A Ditem.cpp1104 return (SKILL_NAMES) glb_itemdefs[myDefinition].attackskill; in getAttackSkill()