Searched refs:Luckout (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/games/phantasia/
H A Dphantglobs.c25 bool Luckout; /* set if we have tried to luck out in fight */ variable
H A Dphantglobs.h17 extern bool Luckout; /* set if we have tried to luck out in fight */
H A Dinterplayer.c74 Luckout = FALSE;
299 if (Luckout)
302 addstr("4:Luckout ");
338 if (Luckout || drandom() > 0.1) {
339 if (Luckout)
343 Luckout = TRUE;
H A Dfight.c63 Luckout = FALSE; /* haven't tried to luckout yet */
223 if (!Luckout) {
229 addstr("6:Luckout ");
319 if (Luckout)
322 Luckout = TRUE;

Completed in 118 milliseconds