]> granicus.if.org Git - nethack/commitdiff
new code accidentally swapped dishwashers
authornhmall <nhmall@nethack.org>
Mon, 18 Jan 2021 21:15:02 +0000 (16:15 -0500)
committernhmall <nhmall@nethack.org>
Mon, 18 Jan 2021 21:15:02 +0000 (16:15 -0500)
Fixes #449

src/dokick.c

index c685fa2011e634530a846027778eaa02ed0759a4..922e248880d7b5c563f42a444f25a059398844f2 100644 (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);