Home
last modified time | relevance | path

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

/openbsd/games/hunt/huntd/
H A Ddraw.c102 pp->p_damage, pp->p_damcap); in drawstatus()
106 (pp->p_damcap - conf_maxdam) / 2); in drawstatus()
H A Ddriver.c536 if (victim->p_damage <= victim->p_damcap) { in checkdam()
638 attacker->p_damcap += conf_killgain; in checkdam()
645 attacker->p_damage, attacker->p_damcap); in checkdam()
649 (attacker->p_damcap - conf_maxdam) / 2); in checkdam()
H A Dserver.h151 int p_damcap; member
H A Dshots.c369 > pp->p_damcap) in move_normal_shot()
404 > pp->p_damcap) in move_normal_shot()
H A Danswer.c340 newpp->p_damcap = conf_maxdam; in stplayer()