Lines Matching refs:rund
256 for (i = 18 * rund(i - '0'); i > 0; i--)
274 mit = rund(8) + DEMONLORD;
359 item[i = tx + rund(xsize)][j = ty + (ysize - 1) * rund(2)] = OCLOSEDDOOR;
363 item[i = tx + (xsize - 1) * rund(2)][j = ty + rund(ysize)] = OCLOSEDDOOR;
421 fillmroom(rund(3), OBOOK, j);
422 fillmroom(rund(3), OALTAR, 0);
423 fillmroom(rund(3), OSTATUE, 0);
424 fillmroom(rund(3), OPIT, 0);
425 fillmroom(rund(3), OFOUNTAIN, 0);
427 fillmroom(rund(2), OTHRONE, 0);
428 fillmroom(rund(2), OMIRROR, 0);
429 fillmroom(rund(2), OTRAPARROWIV, 0);
431 fillmroom(rund(3), OCOOKIE, 0);
435 fillmroom(rund(2), OCHEST, j);
437 fillmroom(rund(2), OIVTRAPDOOR, 0);
439 fillmroom((rund(2)), ODIAMOND, rnd(10 * j + 1) + 10);
440 fillmroom(rund(2), ORUBY, rnd(6 * j + 1) + 6);
441 fillmroom(rund(2), OEMERALD, rnd(4 * j + 1) + 4);
442 fillmroom(rund(2), OSAPPHIRE, rnd(3 * j + 1) + 2);
455 froom(5, OSHIELD, rund(3)); /* a shield */
456 froom(2, OBATTLEAXE, rund(3)); /* a battle axe */
457 froom(5, OLONGSWORD, rund(3)); /* a long sword */
458 froom(5, OFLAIL, rund(3)); /* a flail */
459 froom(4, OREGENRING, rund(3)); /* ring of regeneration */
460 froom(1, OPROTRING, rund(3)); /* ring of protection */