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

Function _annotate_form_based

crawl-ref/source/mutation.cc:387–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387static pair<string, string> _annotate_form_based(pair<string, string> desc, bool suppressed)
388{
389 if (suppressed)
390 return {_suppressedmut(desc.first, true), _suppressedmut(desc.second, false)};
391 return {_innatemut(desc.first, true), _innatemut(desc.second, false)};
392}
393
394tileidx_t get_mutation_tile(mutation_type mut)
395{

Callers 1

_get_fakemutsFunction · 0.85

Calls 2

_suppressedmutFunction · 0.85
_innatemutFunction · 0.85

Tested by

no test coverage detected