| 864 | } |
| 865 | |
| 866 | void |
| 867 | fix_petrification(void) |
| 868 | { |
| 869 | char buf[BUFSZ]; |
| 870 | |
| 871 | if (Hallucination) |
| 872 | Sprintf(buf, "What a pity--you just ruined a future piece of %sart!", |
| 873 | ACURR(A_CHA) > 15 ? "fine " : ""); |
| 874 | else |
| 875 | Strcpy(buf, "You feel limber!"); |
| 876 | make_stoned(0L, buf, 0, (char *) 0); |
| 877 | } |
| 878 | |
| 879 | /* |
| 880 | * If you add an intrinsic that can be gotten by eating a monster, add it |
no test coverage detected