mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
* Fixes linda heat capacity errors (#70071) We make the assumption that a turf's heat capacity will never be 0. This is safe because we've got an override of /datum/gas_mixture for turfs that overrides 0 heat cap with 7000 (SPACE) This is done to make cold actually flow through empty tiles, because we are hacks. I forgot to include type in my gas mixture creation logic, so this was being dropped. FIXXXX * Fixes linda heat capacity errors Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>