mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-29 18:40:42 +00:00
## About The Pull Request Because it does nothing. The only reagents that had this flag were inverse reagents & some medicines but those reagents already had their `inverse_chem` set to null meaning they are incapable of splitting even without this flag. From the comments it said the flag had something to do with stomachs constantly calling `on_mob_add()` which would split the reagent twice however upon inspecting stomach code no such thing exists so it didn't create any problems. Once the reagent enters the mob it splits just once because purity is preserved when transferring the reagent to different organs so this flag never had a chance to do anything Less code to worry about ## Changelog 🆑 code: removed `REAGENT_NOSPLIT` flag /🆑