Emptying an object if contents block Take action
Closed this issue · 1 comments
c64-adventures commented
Hi,
I have a container (a flower basket) which contains a quantity of frozen soil. The soil has a before rule on it which prevents it from being taken.
If the player tries to empty the basket, they get the following response (with the ACTIONS debug verb on), which adds an unnecessary extra line telling the player they aren't holding the soil.
> empty it
[ Action Empty with noun 62 (flower basket)]
[ Action EmptyT with noun 62 (flower basket) and second 5 (down)]
quantity of soil: (first taking the quantity of soil)
[ Action Take with noun 63 (quantity of soil)]
It's frozen into the basket and is impossible to dig out with your fingers.
[ Action Drop with noun 63 (quantity of soil)]
You aren't holding it.
fredrikr commented
Fixed. Thanks for reporting it!