follow-up: evolve placeholder content to match variant
suggestion by paxed Increments EDITLEVEL again.
This commit is contained in:
@@ -954,6 +954,10 @@ x_monnam(
|
||||
} else if (do_name && has_mgivenname(mtmp)) {
|
||||
char *name = MGIVENNAME(mtmp);
|
||||
|
||||
#if 0
|
||||
/* hardfought */
|
||||
if (has_former(mtmp) && FORMER(mtmp)->rank.mnum != NON_PM) {
|
||||
#endif
|
||||
if (mdat == &mons[PM_GHOST]) {
|
||||
Sprintf(eos(buf), "%s ghost", s_suffix(name));
|
||||
name_at_start = TRUE;
|
||||
@@ -976,6 +980,9 @@ x_monnam(
|
||||
Strcat(buf, name);
|
||||
name_at_start = TRUE;
|
||||
}
|
||||
#if 0 /* hardfought */
|
||||
}
|
||||
#endif
|
||||
} else if (is_mplayer(mdat) && !In_endgame(&u.uz)) {
|
||||
char pbuf[BUFSZ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user