Make SEDUCE unconditional.

This commit is contained in:
Sean Hunt
2015-02-27 19:05:01 -05:00
parent 612852f7de
commit 6e9fa71b05
12 changed files with 7 additions and 49 deletions

View File

@@ -807,7 +807,6 @@ register struct monst *mtmp;
case MS_SEDUCE:
{
int swval;
#ifdef SEDUCE
if (SYSOPT_SEDUCE) {
if (ptr->mlet != S_NYMPH &&
could_seduce(mtmp, &youmonst, (struct attack *)0) == 1) {
@@ -816,7 +815,6 @@ register struct monst *mtmp;
}
swval = ((poly_gender() != (int) mtmp->female) ? rn2(3) : 0);
} else
#endif
swval = ((poly_gender() == 0) ? rn2(3) : 0);
switch(swval){
case 2: