HomeSort by: relevance | last modified time | path
    Searched refs:dieroll (Results 1 - 7 of 7) sorted by relevancy

  /src/games/sail/
dr_4.c 54 if (friend || dieroll() < 3) {
65 dieroll() > 2)
pl_3.c 179 roll = dieroll();
231 if (dieroll() < 3
244 || dieroll() < 3) {
269 if (dieroll() <= 2) {
dr_1.c 67 if (dieroll() <= 2)
176 toinjured = MT[indx][2 - dieroll() / 3];
181 frominjured = MT[indx][2 - dieroll() / 3];
396 dieroll());
440 if (turn % 7 == 0 && (dieroll() >= cc->windchange || !windspeed)) {
441 switch (dieroll()) {
465 switch (dieroll()) {
assorted.c 285 switch (dieroll()) {
dr_2.c 106 if (dieroll() < 5)
dr_3.c 143 if (dieroll() < 4) {
extern.h 56 #define dieroll() ((random()) % 6 + 1) macro

Completed in 44 milliseconds