Home
last modified time | relevance | path

Searched refs:SKILL_EXCLUSIVE (Results 1 – 4 of 4) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines-player.h104 #define SKILL_EXCLUSIVE 9999 /* Flag to tell exclusive skills */ macro
H A Ddefines.h7439 #define SKILL_EXCLUSIVE 9999 /* Flag to tell exclusive skills */ macro
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dskills.c632 if (s_info[i].action[j] == SKILL_EXCLUSIVE) {
802 if ((s_info[j].action[i] != SKILL_EXCLUSIVE) &&
885 if (s_info[i].action[j] == SKILL_EXCLUSIVE) {
H A Dinit1.c3360 s_info[s1].action[s2] = SKILL_EXCLUSIVE; in init_s_info_txt()
3361 s_info[s2].action[s1] = SKILL_EXCLUSIVE; in init_s_info_txt()