U614 student statues were converted to valkyries

This commit is contained in:
nethack.allison
2003-09-04 10:26:19 +00:00
parent e382e3b055
commit 74d4f057d5
2 changed files with 3 additions and 2 deletions

View 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
-----------------------------------------

View File

@@ -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;