is object permanently poisoned? (currently only Grimtooth) */
| 2834 | |
| 2835 | /* is object permanently poisoned? (currently only Grimtooth) */ |
| 2836 | boolean |
| 2837 | permapoisoned(struct obj *obj) |
| 2838 | { |
| 2839 | return (obj && is_art(obj, ART_GRIMTOOTH)); |
| 2840 | } |
| 2841 | #endif /* SFCTOOL */ |
| 2842 | |
| 2843 | /*artifact.c*/ |
no test coverage detected