Home
last modified time | relevance | path

Searched refs:ulives (Results 1 – 5 of 5) sorted by relevance

/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dyou.h395 long ulives; /* heaven or hell mode, number of lives */ member
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dend.c645 if (u.ulives > 0 && how < GENOCIDED) {
650 u.ulives--;
651 if (!u.ulives) {
H A Dcmd.c941 if (u.ulives > 1) {
942 Sprintf(buf, "%ld lives left", u.ulives);
943 } else if (u.ulives == 0) {
946 Sprintf(buf, "%ld life left", u.ulives);
H A Du_init.c633 u.ulives = 3; in u_init()
638 u.ulives = 0; in u_init()
H A Dmhitu.c1083 u.ulives = 0;