]> granicus.if.org Git - nethack/commitdiff
U614 student statues were converted to valkyries
authornethack.allison <nethack.allison>
Thu, 4 Sep 2003 10:26:19 +0000 (10:26 +0000)
committernethack.allison <nethack.allison>
Thu, 4 Sep 2003 10:26:19 +0000 (10:26 +0000)
doc/fixes34.3
src/mon.c

index 1ae5f29d626d1f81570c3f9b1e5fdd4307917ad6..1f2b7ccb146f6b0227c608fad857194b79a08431 100644 (file)
@@ -5,7 +5,8 @@ General Fixes and Modified Features
 monster draining the player using Stormbringer decreased monster's hitpoints
 polymorphing to a flaming sphere should cure slime like other flaming monsters
 grammar, spelling and other typos
-
+student statues were converted to valkyries, not archeologists
 
 Platform- and/or Interface-Specific Fixes
 -----------------------------------------
index 4e145c04466d3f41733383fd650442b775c04b72..56b8dc3da5f28e63e685fd9c03aadfc893660e1b 100644 (file)
--- a/src/mon.c
+++ b/src/mon.c
@@ -96,7 +96,7 @@ int mndx, mode;
 {
        switch (mndx) {
 /* Quest guardians */
-       case PM_STUDENT:     mndx = mode ? PM_VALKYRIE  : PM_HUMAN; break;
+       case PM_STUDENT:     mndx = mode ? PM_ARCHEOLOGIST  : PM_HUMAN; break;
        case PM_CHIEFTAIN:   mndx = mode ? PM_BARBARIAN : PM_HUMAN; break;
        case PM_NEANDERTHAL: mndx = mode ? PM_CAVEMAN   : PM_HUMAN; break;
        case PM_ATTENDANT:   mndx = mode ? PM_HEALER    : PM_HUMAN; break;