You can remove from room containers like chests, but not remove. Lets fix this.
Plan
Add a configurable MaxItemCount to containers. If zero, default to 10
Items that spawn in the chest take precedence. If items are added beyond the capacity, items will random pop out of the container and onto the floor (unless they are items that spawn in the chest).
Motivation
You can remove from room containers like chests, but not remove. Lets fix this.
Plan
Add a configurable
MaxItemCount
to containers. If zero, default to10
Items that spawn in the chest take precedence. If items are added beyond the capacity, items will random pop out of the container and onto the floor (unless they are items that spawn in the chest).