Home
last modified time | relevance | path

Searched refs:ring_inuse (Results 1 – 3 of 3) sorted by relevance

/dragonfly/games/phantasia/
HDfight.c167 Player.p_ring.ring_inuse = FALSE; /* not using ring */ in encounter()
271 (Player.p_ring.ring_inuse ? Player.p_might : 0.0); in playerhits()
283 (Player.p_ring.ring_inuse ? Player.p_might : 0.0); in playerhits()
362 Player.p_ring.ring_inuse = TRUE; in playerhits()
490 Player.p_ring.ring_inuse = FALSE; in monsthits()
HDphantstruct.h36 bool ring_inuse; /* ring in use flag */ member
HDmisc.c741 } else if (Player.p_ring.ring_inuse && in death()
1087 playerp->p_ring.ring_inuse = FALSE; in initplayer()