Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dcolour.h124 bool get_orb_phase(const coord_def& loc);
H A Dcolour.cc295 bool get_orb_phase(const coord_def& loc) in get_orb_phase() function
303 return get_orb_phase(loc) ? LIGHTMAGENTA : MAGENTA; in _etc_orb_glow()
H A Dtileview.cc1422 cell.orb_glow = get_orb_phase(gc) ? 2 : 1; in tile_apply_properties()