mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 09:03:37 +00:00
* Minor code clean-up for Cryo (#83477) ## About The Pull Request - Converts `attackby()` to `item_interaction_with()` - Prevents abstract/hologram beaker interactions with Cryo - Cryo respects `NO_DEBRIS_AFTER_DECONSTRUCTION` by properly removing the mobs visual contents flag & related traits inside `handle_deconstruct()` instead of `on_deconstruction()` - Uses `CHEMICAL_VOLUME_ROUNDING` define for rounding reagent volumes. Everything else is just shuffling code around ## Changelog 🆑 fix: Cryo tube respects `NO_DEBRIS_AFTER_DECONSTRUCTION` for the occupants visual contents flags & traits & won't allow hologram/abstract item interactions code: Cryo has improved attack chain & uses defines for reagent volume rounding /🆑 * Minor code clean-up for Cryo --------- Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com>