Unify description of hero's visage into single function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user