Home | History | Annotate | Download | only in phantasia

Lines Matching refs:Throne

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
592 /* can transport anywhere from throne */
603 if (!Throne && temp > Player.p_mana)
606 if (!Throne)
618 if (Throne)
619 /* no monsters while on throne */
631 if (Wizard || (Player.p_specialtype == SC_KING && Throne))
632 /* kings must be on throne to decree */
652 if (drandom() < 0.2 && Player.p_status == S_PLAYING && !Throne)