(xdmeta): Don't dump meta data for stuff that is not dumped by
xdflds().
This commit is contained in:
parent
ae1f461058
commit
a4fcd52cd0
1 changed files with 4 additions and 0 deletions
|
@ -257,6 +257,10 @@ xdmeta(int type)
|
||||||
xdhdr(ef_nameof(type), mdchr_ca, 1);
|
xdhdr(ef_nameof(type), mdchr_ca, 1);
|
||||||
|
|
||||||
for (i = 0; ca[i].ca_name; i++) {
|
for (i = 0; ca[i].ca_name; i++) {
|
||||||
|
if (ca[i].ca_flags & NSC_DEITY && !player->god)
|
||||||
|
continue;
|
||||||
|
if (ca[i].ca_flags & NSC_EXTRA)
|
||||||
|
continue;
|
||||||
xdflds(mdchr_ca, &ca[i]);
|
xdflds(mdchr_ca, &ca[i]);
|
||||||
pr("\n");
|
pr("\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue