| 6773 | } |
| 6774 | |
| 6775 | boolean |
| 6776 | unconscious(void) |
| 6777 | { |
| 6778 | if (gm.multi >= 0) |
| 6779 | return FALSE; |
| 6780 | |
| 6781 | return (u.usleep |
| 6782 | || (gn.nomovemsg |
| 6783 | && (!strncmp(gn.nomovemsg, "You awake", 9) |
| 6784 | || !strncmp(gn.nomovemsg, "You regain con", 14) |
| 6785 | || !strncmp(gn.nomovemsg, "You are consci", 14)))); |
| 6786 | } |
| 6787 | |
| 6788 | static const char lava_killer[] = "molten lava"; |
| 6789 |
no outgoing calls
no test coverage detected