Home
last modified time | relevance | path

Searched defs:dam_type (Results 1 – 4 of 4) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmelee-attack.cc1789 const int dam_type = (damage_type != -1) ? damage_type : in consider_decapitation() local
1853 bool melee_attack::attack_chops_heads(int dam, int dam_type) in attack_chops_heads()
1900 void melee_attack::decapitate(int dam_type) in decapitate()
H A Ditem-prop.cc208 int dam_type; member
1538 static bool _does_damage_type(const item_def &item, int dam_type) in _does_damage_type()
H A Dmonster.cc2942 bool monster::has_damage_type(int dam_type) in has_damage_type()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dfight.cc1046 const int dam_type = player_damage_type(); in you_attack() local