Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2804
bool ability_has_targeter(ability_type abil)
2805
{
2806
return bool(find_ability_targeter(abil));
2807
}
2808
2809
static bool _not_free_religious_ability(ability_type ability)
2810
{
Callers
1
is_targeted
Method · 0.85
Calls
1
find_ability_targeter
Function · 0.85
Tested by
no test coverage detected