Make KOPS unconditional.

This commit is contained in:
Sean Hunt
2015-03-17 18:45:56 +02:00
committed by Pasi Kallinen
parent 9759f5bf6d
commit 161070ce56
16 changed files with 9 additions and 89 deletions
-2
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);