| 1630 | } |
| 1631 | |
| 1632 | void 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 |
no test coverage detected