return TRUE if hero properties are dangerous to hero */
| 2316 | |
| 2317 | /* return TRUE if hero properties are dangerous to hero */ |
| 2318 | staticfn boolean |
| 2319 | danger_uprops(void) |
| 2320 | { |
| 2321 | return (Stoned || Slimed || Strangled || Sick); |
| 2322 | } |
| 2323 | |
| 2324 | boolean |
| 2325 | cmd_safety_prevention(const char *ucverb, const char *cmddesc, |
no outgoing calls
no test coverage detected