mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-11 09:22:41 +00:00
* Makes canister leaking and blowing up use a component and element respectively (#59075) I want to use this behavior on some other things so into a component and element it goes. Gas leaking is handled by a component so it can process whereas the object breaking and causing an explosion is handled by an element. Some minor changes were made so canisters were more consistent in leaking. * Makes canister leaking and blowing up use a component and element respectively Co-authored-by: Emmett Gaines <ninjanomnom@gmail.com>