| 776 | } |
| 777 | |
| 778 | staticfn |
| 779 | void |
| 780 | postadjabil(long *ability) |
| 781 | { |
| 782 | if (!u.ulevel) /* initializing hero; don't attempt screen update yet */ |
| 783 | return; |
| 784 | if (ability == &(HWarning) || ability == &(HSee_invisible)) |
| 785 | see_monsters(); |
| 786 | } |
| 787 | |
| 788 | staticfn const struct innate * |
| 789 | role_abil(int r) |
no test coverage detected