Home | History | Annotate | Download | only in hack

Lines Matching refs:DOOR

396 			if (levl[x][y].typ == DOOR || levl[x][y].typ == SDOOR)
407 /* see whether it is allowable to create a door at [x,y] */
411 if (levl[x - 1][y].typ == DOOR || levl[x + 1][y].typ == DOOR ||
412 levl[x][y + 1].typ == DOOR || levl[x][y - 1].typ == DOOR ||
430 dosdoor(x, y, aroom, rn2(8) ? DOOR : SDOOR);
440 type = DOOR;
442 if (type == DOOR)
764 dosdoor(xx, yy, aroom, rn2(5) ? SDOOR : DOOR);
804 /* note: fakedoor maybe on actual door */