Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-enum.h146 MON_SUMM_CLONE = -10000, // Cloned from another monster enumerator
H A Dmon-clone.cc100 clone->mark_summoned(6, true, MON_SUMM_CLONE); in _mons_summon_monster_illusion()
H A Dwiz-mon.cc871 case 'a': type = MON_SUMM_CLONE; break; in wizard_make_monster_summoned()
H A Dattack.cc638 clone->mark_summoned(6, true, MON_SUMM_CLONE); in __anon6c15597e0202()
H A Dmon-ench.cc1915 case MON_SUMM_CLONE: in is_summoned()
H A Dmonster.cc6598 || sumtype == MON_SUMM_CLONE)) in remove_summons()
H A Dinitfile.cc625 return MON_SUMM_CLONE; in str_to_summon_type()