Home
last modified time | relevance | path

Searched refs:DMG_PIERCE (Results 1 – 4 of 4) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/world/actors/
H A Dgrant_peace_process.cpp112 WeaponInfo::DMG_PIERCE | in run()
153 WeaponInfo::DMG_PIERCE | in run()
H A Dactor.cpp1667 WeaponInfo::DMG_PIERCE)); in calculateAttackDamage()
1691 if ((defense_type & WeaponInfo::DMG_PIERCE) && in calculateAttackDamage()
1694 WeaponInfo::DMG_PIERCE))) { in calculateAttackDamage()
1702 if (damage && !(damage_type & WeaponInfo::DMG_PIERCE) && !slayer) { in calculateAttackDamage()
1726 if (damage && !(damage_type & WeaponInfo::DMG_PIERCE) && attacker) { in calculateAttackDamage()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/world/
H A Dweapon_info.h65 DMG_PIERCE = 0x0080, enumerator
H A Dgravity_process.cpp319 WeaponInfo::DMG_FALLING | WeaponInfo::DMG_PIERCE); in actorFallStoppedU8()