Home
last modified time | relevance | path

Searched refs:square_iswebbable (Results 1 – 3 of 3) sorted by relevance

/dports/games/angband/Angband-4.2.2/src/
H A Dcave.h354 bool square_iswebbable(struct chunk *c, struct loc grid);
H A Dcave-square.c636 bool square_iswebbable(struct chunk *c, struct loc grid) { in square_iswebbable() function
H A Deffects.c1124 if (!square_iswebbable(cave, grid)) continue; in effect_handler_WEB()