Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ activate
Method
activate
crawl-ref/source/tilereg-abl.cc:25–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void AbilityRegion::activate()
26
{
27
if (your_talents(true).size() == 0)
28
{
29
no_ability_msg();
30
flush_prev_message();
31
}
32
}
33
34
void AbilityRegion::draw_tag()
35
{
Callers
nothing calls this directly
Calls
4
your_talents
Function · 0.85
no_ability_msg
Function · 0.85
flush_prev_message
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected