Patch 2.1.2
Fixed a bug that caused custom variants of rope and tape to not be properly removed after being sold
Fixed a very specific crash that would happen if you sold a custom item while having an ongoing commission that requested it
Save files currently experiencing this issue will have the commission automatically cancelled upon launching the game after patching
Modding API changes
Items now can have the
bundle
property. This property supersedes theunlockWith
property.BondsData.unlockItem()
andBondsData.removeItem()
now take into account the item'sbundle
property and act on the entire bundle if it exists
Last updated