Home | History | Annotate | Download | only in larn

Lines Matching refs:FILLROOM

21 static void fillroom(int, int);
400 fillroom(OENTRANCE, 0); /* entrance to dungeon */
401 fillroom(ODNDSTORE, 0); /* the DND STORE */
402 fillroom(OSCHOOL, 0); /* college of Larn */
403 fillroom(OBANK, 0); /* 1st national bank of larn */
404 fillroom(OVOLDOWN, 0); /* volcano shaft to temple */
405 fillroom(OHOME, 0); /* the players home & family */
406 fillroom(OTRADEPOST, 0); /* the trading post */
407 fillroom(OLRS, 0); /* the larn revenue service */
411 fillroom(OVOLUP, 0); /* volcano shaft up from the temple */
415 fillroom(OSTAIRSDOWN, 0);
417 fillroom(OSTAIRSUP, 0);
445 fillroom(OPOTION, newpotion()); /* make a POTION */
447 fillroom(OSCROLL, newscroll()); /* make a SCROLL */
449 fillroom(OGOLDPILE, 12 * rnd(j + 1) + (j << 3) + 10); /* make GOLD */
451 fillroom(OBANK2, 0); /* branch office of the bank */
497 fillroom(what, arg);
504 fillroom(theitem, arg);
512 fillroom(int what_i, int arg)
521 c[FILLROOM]++;