Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Laptop/
H A DEMail.cc1864 PHYS_DEX = 1 << 1, enumerator
2080 if (imp.bDexterity >= SUPER_STAT_VALUE) Phys |= PHYS_DEX; in HandleIMPCharProfileResultsMessage()
2089 if (Phys & PHYS_DEX) AddIMPResultText(IMP_PHYSICAL_SUPER_DEXTERITY); in HandleIMPCharProfileResultsMessage()
2103 …y < NEEDS_TRAINING_STAT_VALUE && imp.bDexterity > NO_CHANCE_IN_HELL_STAT_VALUE) Phys |= PHYS_DEX; in HandleIMPCharProfileResultsMessage()
2108 if (Phys & PHYS_DEX) AddIMPResultText(IMP_PHYSICAL_LOW_DEXTERITY); in HandleIMPCharProfileResultsMessage()
2118 if (imp.bDexterity <= NO_CHANCE_IN_HELL_STAT_VALUE) Phys |= PHYS_DEX; in HandleIMPCharProfileResultsMessage()
2127 if (Phys & PHYS_DEX) AddIMPResultText(IMP_PHYSICAL_VERY_LOW_DEXTERITY); in HandleIMPCharProfileResultsMessage()