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

/netbsd-current/games/hack/
H A Dhack.unix.c140 int epact, diy, golden; local
144 epact = (11 * golden + 18) % 30;
145 if ((epact == 25 && golden > 11) || epact == 24)
146 epact++;
148 return ((((((diy + epact) * 6) + 11) % 177) / 22) & 7);

Completed in 140 milliseconds