MCPcopy 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
25void AbilityRegion::activate()
26{
27 if (your_talents(true).size() == 0)
28 {
29 no_ability_msg();
30 flush_prev_message();
31 }
32}
33
34void AbilityRegion::draw_tag()
35{

Callers

nothing calls this directly

Calls 4

your_talentsFunction · 0.85
no_ability_msgFunction · 0.85
flush_prev_messageFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected