mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 20:42:08 +00:00
cl coiax fix: Objects and items can now be inserted into closets, like before. fix: Fixes a bug which prevented carbons from throwing items. /cl Essentially, the original way the insert() proc was structured, I overlooked an else-if chain that was skipped if something was an item, because I thought it only existed to type-check the item to access its flags. These are the changed lines from the NODROP PR. https://github.com/tgstation/tgstation/pull/42109/files#diff-2b130b854bf2e2a5e76320246520eea4L171 closes #42109