MCPcopy Create free account
hub / github.com/crawl/crawl / ability_has_targeter

Function ability_has_targeter

crawl-ref/source/ability.cc:2804–2807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2802}
2803
2804bool ability_has_targeter(ability_type abil)
2805{
2806 return bool(find_ability_targeter(abil));
2807}
2808
2809static bool _not_free_religious_ability(ability_type ability)
2810{

Callers 1

is_targetedMethod · 0.85

Calls 1

find_ability_targeterFunction · 0.85

Tested by

no test coverage detected