Home
last modified time | relevance | path

Searched refs:player_res_electricity (Results 1 – 11 of 11) sorted by relevance

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dplayer.h155 int player_res_electricity(void);
H A Douch.cc137 resist = player_res_electricity(); in check_your_resists()
H A Dit_use3.cc761 if (player_res_electricity() || (random2(100) < fail_rate)) in disc_of_storms()
H A Dfight.cc2488 if (!player_res_electricity()) in monster_attack()
2722 if (player_res_electricity()) // resist lightning in monster_attack()
H A Dfiles.cc1363 ghost.values[ GVAL_RES_ELEC ] = player_res_electricity(); in save_ghost()
H A Dplayer.cc727 int player_res_electricity(void) in player_res_electricity() function
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dghost.cc431 set_resist(resists, MR_RES_ELEC, player_res_electricity()); in init_player_ghost()
H A Dplayer.h1007 int player_res_electricity(bool calc_unid = true, bool temp = true,
H A Dl-you.cc235 LUARET1(you_res_shock, number, player_res_electricity(false)) in LUARET1()
H A Doutput.cc2422 const int relec = player_res_electricity(calc_unid); in _get_overview_resistances()
H A Dplayer.cc1418 int player_res_electricity(bool calc_unid, bool temp, bool items) in player_res_electricity() function
6121 return player_res_electricity(); in res_elec()