Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-clone.cc65 if (mi->type == MONS_PLAYER_ILLUSION && mi->mname == you.your_name) in _player_is_illusion_cloneable()
195 mgen_data(MONS_PLAYER_ILLUSION, SAME_ATTITUDE(mons), in mons_summon_illusion_from()
205 get_monster_data(MONS_PLAYER_ILLUSION)); in mons_summon_illusion_from()
H A Dmonster-type.h885 MONS_PLAYER_ILLUSION, enumerator
H A Dmon-util.cc1316 || (mc == MONS_PLAYER_ILLUSION && species::is_draconian(you.species))) in mons_genus()
1359 if (mon.type == MONS_PLAYER_ILLUSION in draco_or_demonspawn_subspecies()
1478 return mc == MONS_PLAYER_GHOST || mc == MONS_PLAYER_ILLUSION; in mons_is_pghost()
2425 if (real || mon.type == MONS_PLAYER_GHOST || mon.type == MONS_PLAYER_ILLUSION) in exper_value()
2959 case MONS_PLAYER_ILLUSION: in define_monster()
5464 || mons.type == MONS_PLAYER_ILLUSION in mons_is_notable()
H A Dmon-info.cc972 case MONS_PLAYER_ILLUSION: in _core_name()
1846 if (type == MONS_PLAYER_ILLUSION && mons_genus(type) == MONS_DRACONIAN) in draco_or_demonspawn_subspecies()
H A Dmon-project.cc96 || caster->type == MONS_PLAYER_ILLUSION) in cast_iood()
H A Ddescribe.cc4650 && mi.type != MONS_PLAYER_ILLUSION) in get_monster_db_desc()
4725 case MONS_PLAYER_ILLUSION: in get_monster_db_desc()
H A Dmon-data.h5129 MONS_PLAYER_ILLUSION, '@', WHITE, "player illusion",
5132 15, MONS_PLAYER_ILLUSION, MONS_PLAYER_ILLUSION, MH_NATURAL, -5,
H A Dmonster.cc6516 return type == MONS_PLAYER_ILLUSION in is_illusion()