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

  /src/games/phantasia/
phantglobs.c 20 bool Throne; /* set if player is on throne */
phantglobs.h 12 extern bool Throne; /* set if player is on throne */
main.c 225 if (Throne && Player.p_crowns == 0 && Player.p_specialtype != SC_KING)
226 /* not allowed on throne -- move */
237 && !Throne)
238 /* not on throne */
282 if (Throne)
307 Throne = FALSE;
507 if (drandom() < 0.2 && Player.p_status == S_PLAYING && !Throne)
579 * - OR transport from throne
580 * transports from throne cost no mana
591 if (!Throne
    [all...]
misc.c 757 Throne = Marsh = Beyond = FALSE;
760 Throne = TRUE;

Completed in 12 milliseconds