From: nethack.allison Date: Fri, 10 Oct 2003 13:36:53 +0000 (+0000) Subject: #U578: Various bug reports X-Git-Tag: MOVE2GIT~1724 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5cf49afd756555bfb85e3f77a6a3299c56915660;p=nethack #U578: Various bug reports > > on Tuesday, August 5, 2003: > Warriors on the Valkyrie quest may be male. [...] --- diff --git a/doc/fixes34.3 b/doc/fixes34.3 index d4af3976d..78061640f 100644 --- a/doc/fixes34.3 +++ b/doc/fixes34.3 @@ -41,6 +41,7 @@ cannot get blessed potions from sink, remove unreachable message couldn't insert gold into a container using full menu style if no other objects in inventory unless compiling with GOLDOBJ nagas eat +always have warriors on the Valkyrie quest be female Platform- and/or Interface-Specific Fixes diff --git a/src/monst.c b/src/monst.c index e23cb59d4..c241f3d3a 100644 --- a/src/monst.c +++ b/src/monst.c @@ -3445,7 +3445,7 @@ struct permonst _mons2[] = { NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK), SIZ(WT_HUMAN, 400, 0, MS_GUARDIAN, MZ_HUMAN), 0, 0, M1_HUMANOID|M1_OMNIVORE, - M2_NOPOLY|M2_HUMAN|M2_PEACEFUL|M2_STRONG|M2_COLLECT, M3_INFRAVISIBLE, + M2_NOPOLY|M2_HUMAN|M2_PEACEFUL|M2_STRONG|M2_COLLECT|M2_FEMALE, M3_INFRAVISIBLE, HI_DOMESTIC), MON("apprentice", S_HUMAN, LVL(5, 12, 10, 30, 0), G_NOGEN,