Make #wizmakemap handle unpaid items and punishment

This commit is contained in:
Pasi Kallinen
2017-06-28 00:16:11 +03:00
parent 8e8ea0566b
commit 8180310630
3 changed files with 19 additions and 3 deletions

View File

@@ -2127,6 +2127,7 @@ E void FDECL(store_savefileinfo, (int));
/* ### shk.c ### */
E void FDECL(setpaid, (struct monst *));
E long FDECL(money2mon, (struct monst *, long));
E void FDECL(money2u, (struct monst *, long));
E void FDECL(shkgone, (struct monst *));