Files
Bubberstation/code/modules/atmospherics
SyncIt21 743487024e 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
/🆑
2024-06-01 12:52:23 -07:00
..