follow-up: evolve placeholder content to match variant
suggestion by paxed Increments EDITLEVEL again.
This commit is contained in:
+9
-2
@@ -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 */
|
||||
};
|
||||
|
||||
/***
|
||||
|
||||
Reference in New Issue
Block a user