Home
last modified time | relevance | path

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

/openbsd/games/hunt/huntd/
H A Dshots.c348 pp->p_ident->i_shot += bp->b_charge; in move_normal_shot()
362 bp->b_score->i_robbed += bp->b_charge; in move_normal_shot()
365 pp->p_ammo += bp->b_charge; in move_normal_shot()
400 pp->p_ident->i_ducked += bp->b_charge; in move_normal_shot()
566 pp->p_ammo += bp->b_charge; in move_drone()
895 if (bp->b_charge <= 0) in move_slime()
929 if (--bp->b_charge <= 0) { in move_slime()
992 if (bp->b_charge < count) { in move_slime()
994 while (count > bp->b_charge) { in move_slime()
1008 i = bp->b_charge / count; in move_slime()
[all …]
H A Dserver.h170 int b_charge; member
H A Dexecute.c508 bp->b_charge = charge; in create_shot()