follow-up: evolve placeholder content to match variant

suggestion by paxed

Increments EDITLEVEL again.
This commit is contained in:
nhmall
2025-02-02 12:53:58 -05:00
parent d331029b03
commit d65d0062a9
7 changed files with 36 additions and 23 deletions
+9 -2
View File
@@ -182,9 +182,16 @@ struct edog {
Bitfield(killed_by_u, 1); /* you attempted to kill him */
};
/* for saving the hero's rank in bones monster */
struct mon_former_rank {
int lev;
short mnum;
boolean female;
};
struct former_incarnation {
unsigned parentmid; /* make clobber-detection possible */
char rank[25]; /* for bones' ghost rank in their former life */
unsigned parentmid; /* make clobber-detection possible */
struct mon_former_rank rank; /* for bones' ghost rank in former life */
};
/***