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

Function no_ability_msg

crawl-ref/source/ability.cc:1632–1635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1630}
1631
1632void no_ability_msg()
1633{
1634 mpr("Sorry, you're not good enough to have a special ability.");
1635}
1636
1637// Prompts the user for an ability to use, first checking the lua hook
1638// c_choose_ability

Callers 2

activateMethod · 0.85
activate_abilityFunction · 0.85

Calls 1

mprFunction · 0.85

Tested by

no test coverage detected