Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddgn-shoals.cc469 const coord_def plant_place( in _shoals_make_plant_near() local
471 if (!plant_place.origin() in _shoals_make_plant_near()
472 && !monster_at(plant_place) in _shoals_make_plant_near()
473 && !map_masked(plant_place, MMT_VAULT)) in _shoals_make_plant_near()
475 const dungeon_feature_type feat(env.grid(plant_place)); in _shoals_make_plant_near()
478 && (!verboten || !(*verboten)(plant_place))) in _shoals_make_plant_near()
480 _shoals_make_plant_at(plant_place); in _shoals_make_plant_near()