Home
last modified time | relevance | path

Searched refs:splash_with_acid (Results 1 – 14 of 14) sorted by relevance

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Douch.h34 void splash_with_acid(char acid_strength);
H A Douch.cc225 void splash_with_acid( char acid_strength ) in splash_with_acid() function
H A Dfight.cc2423 splash_with_acid(3); in monster_attack()
H A Dbeam.cc3243 splash_with_acid(5); in affect_player()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dactor.h231 virtual void splash_with_acid(const actor* evildoer, int acid_strength = -1,
H A Dmonster.h479 void splash_with_acid(const actor* evildoer, int /*acid_strength*/ = -1,
H A Dmelee-attack.cc1277 defender->splash_with_acid(&you, 3); in player_aux_apply()
2687 defender->splash_with_acid(attacker, 3); in mons_apply_attack_flavour()
H A Dplayer.h732 void splash_with_acid(const actor* evildoer, int acid_strength,
H A Dattack.cc1597 defender->splash_with_acid(attacker, 3); in apply_damage_brand()
H A Dcloud.cc1196 act->splash_with_acid(agent, 5, true); in _actor_apply_cloud_side_effects()
H A Dbeam.cc1482 mons->splash_with_acid(pbolt.agent()); in mons_adjust_flavoured()
4027 you.splash_with_acid(agent(), 5, true); in affect_player()
4510 victim->splash_with_acid(agent(), 3); in monster_post_hit()
H A Dterrain.cc889 you.splash_with_acid(nullptr, strength, false); in slime_wall_damage()
H A Dmonster.cc4308 void monster::splash_with_acid(const actor* evildoer, int /*acid_strength*/, in splash_with_acid() function in monster
H A Dplayer.cc6565 void player::splash_with_acid(const actor* evildoer, int acid_strength, in splash_with_acid() function in player