Home
last modified time | relevance | path

Searched defs:is_perm_summoned (Results 1 – 2 of 2) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-ench.cc1928 bool monster::is_perm_summoned() const in is_perm_summoned() function in monster
H A Dplayer.h598 bool is_perm_summoned() const override { return false; }; in is_perm_summoned() function