Searched refs:p_ncshot (Results 1 – 4 of 4) sorted by relevance
317 if (pp->p_ncshot > 0) in move_player()318 if (--pp->p_ncshot == conf_maxncshot) in move_player()371 if (pp->p_ncshot > conf_maxncshot) in fire()375 if (pp->p_ncshot++ == conf_maxncshot) { in fire()419 if (pp->p_ncshot > conf_maxncshot) in fire_slime()423 if (pp->p_ncshot++ == conf_maxncshot) { in fire_slime()
153 int p_ncshot; member
98 (pp->p_ncshot < conf_maxncshot) ? "ok" : ""); in drawstatus()
358 newpp->p_ncshot = 0; in stplayer()