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

@@ -13,6 +13,8 @@ when place_object() puts a non-boulder on the map at a spot which contains
the top one got moved by means other than pushing
when examining the map with '/' or ';', picking a symbol which is used for
more than 4 things yielded a sentence lacking its terminating period
billing and payment issue as a result of glob coalescing
glob pricing did not consider weight properly
Fixes to Post-3.6.2 Problems that Were Exposed Via git Repository