Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddungeon.h305 bool door_vetoed(const coord_def pos);
H A Dmovement.cc395 if (door_vetoed(doorpos)) in open_door_action()
H A Ddungeon.cc4025 bool door_vetoed(const coord_def pos) in door_vetoed() function