new code accidentally swapped dishwashers

Fixes #449
This commit is contained in:
nhmall
2021-01-18 16:15:02 -05:00
parent cea4c8c488
commit a8f4a54e9a

View File

@@ -1187,7 +1187,7 @@ dokick()
pline("%s returns!", (Blind ? Something : "The dish washer"));
if (makemon(&mons[PM_AMOROUS_DEMON], x, y,
(gend == 1 || (gend == 2 && rn2(2)))
? MM_FEMALE : MM_MALE))
? MM_MALE : MM_FEMALE))
newsym(x, y);
g.maploc->looted |= S_LDWASHER;
exercise(A_DEX, TRUE);