Fix wizmakemap to consider monster birth counts and uniques

Also add a new wizmode command #wizborn to show those.
This commit is contained in:
Pasi Kallinen
2020-03-07 21:33:31 +02:00
parent 2a37fe5a3b
commit f5d9324f28
7 changed files with 52 additions and 5 deletions

View File

@@ -1002,6 +1002,7 @@ E void FDECL(record_achievement, (XCHAR_P));
E boolean FDECL(remove_achievement, (XCHAR_P));
E int NDECL(count_achievements);
E int NDECL(dovanquished);
E int NDECL(doborn);
E void FDECL(list_vanquished, (CHAR_P, BOOLEAN_P));
E int NDECL(num_genocides);
E void FDECL(list_genocided, (CHAR_P, BOOLEAN_P));