fix some billing and pricing issues when globs coalesce

payment issue caused by glob coalescing
glob pricing did not consider coalesced weight
This commit is contained in:
nhmall
2019-05-17 12:04:01 -04:00
parent 53f208c48b
commit 2aee73642d
6 changed files with 181 additions and 11 deletions

View File

@@ -2268,6 +2268,8 @@ E boolean FDECL(block_door, (XCHAR_P, XCHAR_P));
E boolean FDECL(block_entry, (XCHAR_P, XCHAR_P));
E char *FDECL(shk_your, (char *, struct obj *));
E char *FDECL(Shk_Your, (char *, struct obj *));
E void FDECL(globby_bill_fixup, (struct obj *, struct obj *));
E void FDECL(globby_donation, (struct obj *, struct obj *));
/* ### shknam.c ### */