]> granicus.if.org Git - nethack/commitdiff
#U578: Various bug reports
authornethack.allison <nethack.allison>
Fri, 10 Oct 2003 13:36:53 +0000 (13:36 +0000)
committernethack.allison <nethack.allison>
Fri, 10 Oct 2003 13:36:53 +0000 (13:36 +0000)
> <email deleted>
> on Tuesday, August 5, 2003:
> Warriors on the Valkyrie quest may be male.
[...]

doc/fixes34.3
src/monst.c

index d4af3976dc48daceb7e1ebe26ed1982b775834f5..78061640ffcfb5a8b4b0ed3e9bc93b5e103fe477 100644 (file)
@@ -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
index e23cb59d45422d636558a413f3c3c875939d0e53..c241f3d3a9be064bf1a502de3544e0392ad0cad3 100644 (file)
@@ -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,