| 408 | } |
| 409 | |
| 410 | staticfn void |
| 411 | mcast_clone_wiz(struct monst *mtmp) |
| 412 | { |
| 413 | if (mtmp->iswiz && svc.context.no_of_wizards == 1) { |
| 414 | pline("Double Trouble..."); |
| 415 | clonewiz(); |
| 416 | } else |
| 417 | impossible("bad wizard cloning?"); |
| 418 | } |
| 419 | |
| 420 | staticfn void |
| 421 | mcast_summon_mons(struct monst *mtmp) |
no test coverage detected