Skip to content

Fixes #7552

Rob Nelson requested to merge pull/9443/strike_anywhere_bugfix into Bleeding-Edge

Created by: Probe1

Matchboxes can hold 21 items (matchboxes) but inherit a max weight class (the combined weight of all items inside) of 14. Adds a quick max_combined_w_class = 21 to fix that.

Fixes #7552 (closed)

Merge request reports