mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-02 13:02:38 +00:00
* Fixes impurities on foam, smoke and cigs. Improves how impurities are handled. (#57435) Reworks the main handlier for impurities and adds it to the add_reagent proc instead. Adds an option to bypass the purity splitting too. This reduces the amount of add_reagent calls and will prevent any unintended on_mob_add() and delete calls for reagents that are removed from splitting. Fixes smoke, foam and cigarette issues too - since they used copy_to isntead of trans_to. * Fixes impurities on foam, smoke and cigs. Improves how impurities are handled. Co-authored-by: Thalpy <33956696+Thalpy@users.noreply.github.com>