Home
last modified time | relevance | path

Searched refs:attk_flavour (Results 1 – 4 of 4) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmelee-attack.cc87 || flavour_has_reach(attk_flavour) in can_reach()
96 || attk_flavour == AF_CRUSH in handle_phase_attempted()
278 if (attk_flavour == AF_SHADOWSTAB in handle_phase_attempted()
488 if (damage_done > 0 || flavour_triggers_damageless(attk_flavour)) in handle_phase_hit()
2291 if (!needs_message || attk_flavour == AF_CRUSH) in announce_hit()
2325 if (attk_flavour == AF_POISON_STRONG) in mons_do_poison()
2449 if (attacker != defender && attk_flavour == AF_TRAMPLE) in mons_attack_effects()
2476 attack_flavour flavour = attk_flavour; in mons_apply_attack_flavour()
3461 || (attk_flavour == AF_SHADOWSTAB in apply_damage_modifiers()
3479 if (attk_flavour == AF_CRUSH) in calc_damage()
H A Dattack.h61 attack_flavour attk_flavour; variable
H A Dattack.cc428 attk_flavour = mon_attk.flavour; in init_attack()
457 attk_flavour = AF_PLAIN; in init_attack()
H A Dmonster.cc2934 const int attk_flavour = mons_attack_spec(*this, i).flavour; in has_attack_flavour() local
2935 if (attk_flavour == flavour) in has_attack_flavour()