Searched refs:Wizard (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/games/phantasia/
H A Dphantglobs.c22 bool Wizard; /* set if player is the 'wizard' of the game */ variable
H A Dgamesupport.c85 if (Wizard)
107 if (Wizard || playerp->p_specialtype != SC_VALAR)
114 if (Wizard) {
146 if (!Wizard)
153 if (!Wizard
169 if (Wizard)
179 if (!Wizard)
196 if (Wizard || findname(Databuf, &Other) < 0L)
201 if (!Wizard)
400 if (Wizard
[all...]
H A Dphantglobs.h14 extern bool Wizard; /* set if player is the 'wizard' of the game */
H A Dinterplayer.c571 if (!Wizard)
680 if (Player.p_specialtype < SC_COUNCIL && !Wizard)
752 if (Player.p_palantir || Wizard)
754 if (Player.p_specialtype == SC_VALAR || Wizard)
756 if (Wizard)
760 if (!Wizard) {
813 if (Wizard) {
851 && !Wizard)
856 if (!Wizard && (tamper == T_HEAL || tamper == T_MONSTER ||
H A Dmain.c118 case 'S': /* set 'Wizard' */
119 Wizard = !getuid();
284 if (Player.p_specialtype >= SC_COUNCIL || Wizard)
301 Wizard = FALSE;
360 if (Wizard) {
622 if (Wizard || (Player.p_specialtype == SC_KING && Throne))
630 if (Wizard || Player.p_specialtype >= SC_COUNCIL)
928 if (subscript != C_SUPER || !Wizard)
H A Dio.c68 if (ch >= ' ' || Wizard)
H A Dmisc.c533 if (playerp->p_status != S_NOTUSED || Wizard)
685 (Wizard ? "-S" : (char *) NULL), (char *) NULL);
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.u_init.c86 "Cave-man", "Wizard"
152 static struct trobj Wizard[] = { variable in typeref:struct:trobj
286 Wizard[i].trquan += rn2(3) - 1;
289 ini_inv(Wizard);

Completed in 113 milliseconds