Unify description of hero's visage into single function

This commit is contained in:
Pasi Kallinen
2015-04-14 19:41:44 +03:00
parent 9b2c298fec
commit cd3b0efe5d
3 changed files with 11 additions and 6 deletions

View File

@@ -421,10 +421,7 @@ do_mname()
mtmp = u.usteed;
else {
pline("This %s creature is called %s and cannot be renamed.",
ACURR(A_CHA) > 14 ?
(flags.female ? "beautiful" : "handsome") :
"ugly",
plname);
beautiful(), plname);
return;
}
} else