ubergarm / RimWorld-KanbanStockpile

RimWorld mod adding `Stack Refill Threshold` and `Similar Stack Limit` to stockpiles and deep storage inspired by kanban logistic control systems.
https://steamcommunity.com/sharedfiles/filedetails/?id=2287142613
MIT License
2 stars 3 forks source link

Add a feature and settings flag to enforce Similar Stack Limit for non-stackables like clothes/weapons etc. #7

Closed ubergarm closed 4 years ago

ubergarm commented 4 years ago

This will do an additional check based on a configured flag to allow players to limit a stockpile to having only a single t-shirt for example. Without this it considers each t-shirt a different type of stack and does not limit it.

ubergarm commented 4 years ago

Actually, i need to look at version 1.2+ dissassembly to make sure, but seems like CanStackWith() is working pretty good already, so gonna just close this.