lycanthropy is being caught or cured, but no shape change is involved */
| 229 | |
| 230 | /* lycanthropy is being caught or cured, but no shape change is involved */ |
| 231 | void |
| 232 | set_ulycn(int which) |
| 233 | { |
| 234 | u.ulycn = which; |
| 235 | /* add or remove lycanthrope's innate intrinsics (Drain_resistance) */ |
| 236 | set_uasmon(); |
| 237 | } |
| 238 | |
| 239 | /*were.c*/ |
no test coverage detected