Home
last modified time | relevance | path

Searched refs:SC_VALAR (Results 1 – 6 of 6) sorted by relevance

/dragonfly/games/phantasia/
HDinterplayer.c42 && (Other.p_status != S_CLOAKED || Other.p_specialtype != SC_VALAR)) { in checkbattle()
54 && Other.p_specialtype != SC_VALAR in checkbattle()
55 && Player.p_specialtype != SC_VALAR) { in checkbattle()
543 } else if (Player.p_specialtype == SC_VALAR || in tampered()
567 Player.p_specialtype = SC_VALAR; in tampered()
573 if (Other.p_specialtype == SC_VALAR && in tampered()
630 || (Other.p_specialtype == SC_VALAR && Other.p_status == S_CLOAKED)) { in userlist()
650 || (Player.p_specialtype == SC_VALAR && Player.p_palantir)) in userlist()
652 && Other.p_specialtype != SC_VALAR) in userlist()
837 if (Player.p_specialtype == SC_VALAR || Wizard) in dotampered()
[all …]
HDmisc.c76 if (Player.p_level > 9999.0 && Player.p_specialtype != SC_VALAR) in movelevel()
110 if (playerp->p_specialtype == SC_VALAR) in descrlocation()
545 case SC_VALAR: in descrtype()
732 } else if (Player.p_specialtype == SC_VALAR) { in death()
969 if (Player.p_specialtype == SC_VALAR) in adjuststats()
HDphantdefs.h64 #define SC_VALAR 3 /* valar */ macro
HDmain.c457 if (Player.p_specialtype == SC_VALAR && (ch == '1' || ch == '7')) in procmain()
608 else if (Player.p_specialtype != SC_VALAR) { in procmain()
690 if (Other.p_specialtype == SC_VALAR && Other.p_status != S_NOTUSED) { in titlelist()
HDgamesupport.c126 if (Wizard || playerp->p_specialtype != SC_VALAR) in changestats()
HDfight.c193 if (Player.p_specialtype == SC_VALAR) in pickmonster()