HomeSort by: relevance | last modified time | path
    Searched refs:SC_COUNCIL (Results 1 - 5 of 5) sorted by relevancy

  /src/games/phantasia/
phantdefs.h 72 #define SC_COUNCIL 2 /* council of the wise */
interplayer.c 487 Player.p_specialtype = SC_COUNCIL;
492 if (Player.p_specialtype < SC_COUNCIL)
680 if (Player.p_specialtype < SC_COUNCIL && !Wizard)
fight.c 670 if (Player.p_specialtype >= SC_COUNCIL)
837 if (Player.p_specialtype < SC_COUNCIL)
867 if (Player.p_specialtype < SC_COUNCIL)
1258 && Player.p_specialtype < SC_COUNCIL
main.c 292 if (Player.p_specialtype >= SC_COUNCIL || Wizard)
593 && Player.p_specialtype <= SC_COUNCIL
639 if (Wizard || Player.p_specialtype >= SC_COUNCIL)
712 if (Other.p_specialtype == SC_COUNCIL && Other.p_status != S_NOTUSED)
misc.c 63 if (Player.p_level >= 3000.0 && Player.p_specialtype < SC_COUNCIL)
69 Player.p_specialtype = SC_COUNCIL;
494 case SC_COUNCIL:
628 Player.p_specialtype = SC_COUNCIL;

Completed in 17 milliseconds