This commit is contained in:
Pasi Kallinen
2015-02-13 22:32:33 +02:00
parent f5089838c1
commit a55bef240c
2 changed files with 2 additions and 2 deletions

View File

@@ -1276,7 +1276,7 @@ int final; /* ENL_GAMEINPROGRESS:0, ENL_GAVEOVERALIVE, ENL_GAMEOVERDEAD */
*tmpbuf = highc(*tmpbuf); /* same adjustment as bottom line */
/* as in background_enlighenment, when poly'd we need to use the saved
gender in u.mfemale rather than the current you-as-monster gender */
Sprintf(buf, "%s the %s's atttributes:", tmpbuf,
Sprintf(buf, "%s the %s's attributes:", tmpbuf,
((Upolyd ? u.mfemale : flags.female) && urole.name.f) ?
urole.name.f : urole.name.m);