Searched refs:conf_maxncshot (Results 1 – 4 of 4) sorted by relevance
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()
41 extern int conf_maxncshot;
52 int conf_maxncshot = 2; variable107 { "maxncshot", &conf_maxncshot, Vint },
98 (pp->p_ncshot < conf_maxncshot) ? "ok" : ""); in drawstatus()