Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dplayer-stats.cc405 result += 3 * count_worn_ego(SPARM_STRENGTH); in _strength_modifier()
440 result += 3 * count_worn_ego(SPARM_INTELLIGENCE); in _int_modifier()
469 result += 3 * count_worn_ego(SPARM_DEXTERITY); in _dex_modifier()
H A Dplayer.h1167 int count_worn_ego(int which_ego);
H A Dplayer.cc4844 int count_worn_ego(int which_ego) in count_worn_ego() function