Make KOPS unconditional.

This commit is contained in:
Sean Hunt
2015-02-13 22:01:44 -05:00
parent 9e65758947
commit b066b7c170
16 changed files with 9 additions and 89 deletions

View File

@@ -834,7 +834,6 @@ register struct monst *mtmp;
}
}
break;
#ifdef KOPS
case MS_ARREST:
if (mtmp->mpeaceful)
verbalize("Just the facts, %s.",
@@ -848,7 +847,6 @@ register struct monst *mtmp;
verbl_msg = arrest_msg[rn2(3)];
}
break;
#endif
case MS_BRIBE:
if (mtmp->mpeaceful && !mtmp->mtame) {
(void) demon_talk(mtmp);