Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtransform.h131 bool res_miasma() const;
H A Dactor.h300 virtual bool res_miasma(bool temp = true) const = 0;
H A Dmonster.h388 bool res_miasma(bool /*temp*/ = true) const override;
H A Dghost.cc439 set_resist(resists, MR_RES_MIASMA, you.res_miasma()); in init_player_ghost()
H A Douch.cc259 if (you.res_miasma()) in check_your_resists()
H A Dwiz-mon.cc509 mons.res_miasma() ? "yes" : "no"); in debug_stethoscope()
H A Dplayer.h766 bool res_miasma(bool temp = true) const override;
H A Dbeam.cc1560 if (mons->res_miasma()) in mons_adjust_flavoured()
1940 if (mons->res_miasma()) in miasma_monster()
2890 return mon->res_miasma(); in is_harmless()
2941 return you.res_miasma(); in harmless_to_player()
H A Dplayer.cc4371 if (you.res_miasma() || you.duration[DUR_DEATHS_DOOR]) in miasma_player()
6143 bool player::res_miasma(bool temp) const in res_miasma() function in player
6147 || temp && get_form()->res_miasma()) in res_miasma()
6876 if (res_miasma() || amount <= 0) in sicken()
H A Dtransform.cc353 bool Form::res_miasma() const in res_miasma() function in Form
H A Dcloud.cc970 return act.res_miasma(); in actor_cloud_immune()
H A Dmonster.cc3889 bool monster::res_miasma(bool /*temp*/) const in res_miasma() function in monster
4998 if (res_miasma() || (amount /= 2) < 1) in sicken()
H A Dmon-act.cc2114 && !you.res_miasma() in _ancient_zyme_sicken()
H A Dmon-cast.cc7359 return ai_action::good_or_bad(!foe->res_miasma() && !no_clouds); in _monster_spell_goodness()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc1216 res2(LIGHTRED, miasma, mon.res_miasma()); in main()