[MIRROR] Atmos resin can cool the floor down directly. (#27266)

* Atmos resin can cool the floor down directly. (#82553)

## About The Pull Request
Makes atmos resin set the floor's temperature to 293.15 Kelvin.
## Why It's Good For The Game
The floor can heat the air up. If someone were to extinguish a tritium
fire or something ridiculous with halon, then an awkward situation will
arise where the halon cools the air down, but when someone breaks the
resin open, the floor heats the air back up, triggering the resin to
spawn again and again, which can cause quite awkward problems.
## Changelog
🆑
balance: Atmos resin can directly cool the floor.
/🆑

* Atmos resin can cool the floor down directly.

---------

Co-authored-by: Pickle-Coding <58013024+Pickle-Coding@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-04-15 22:22:26 -04:00
committed by GitHub
co-authored by Pickle-Coding
parent 96d9ba45f2
commit dcbfa8e6c7
@@ -430,6 +430,7 @@
return
location.ClearWet()
location.temperature = T20C
if(location.air)
var/datum/gas_mixture/air = location.air
air.temperature = T20C