Home
last modified time | relevance | path

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

/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dquests.h555 …bool mode_norm, mode_el, mode_pvp; /* are these character modes eligible to join? (normal = norma… member
H A Dinit1.c7490 q_ptr->mode_pvp = FALSE; /* by default, pvp chars cannot do quests */ in init_q_info_txt()
7538 int mode_norm, mode_el, mode_pvp, must_bat, must_form; in init_q_info_txt() local
7543 &mode_norm, &mode_el, &mode_pvp, &must_bat, &must_form, in init_q_info_txt()
7557 q_ptr->mode_pvp = (mode_pvp != 0); in init_q_info_txt()
H A Dquests.c3286 if (q_ptr->mode_pvp && (p_ptr->mode & MODE_PVP)) ok = TRUE;