Skip to content

Commit

Permalink
[MIRROR] Atmos resin can cool the floor down directly. (#1915)
Browse files Browse the repository at this point in the history
* 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
:cl:
balance: Atmos resin can directly cool the floor.
/:cl:

* Atmos resin can cool the floor down directly.

---------

Co-authored-by: Pickle-Coding <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Apr 11, 2024
1 parent d5c1962 commit d893b61
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@
return

location.ClearWet()
location.temperature = T20C
if(location.air)
var/datum/gas_mixture/air = location.air
air.temperature = T20C
Expand Down

0 comments on commit d893b61

Please sign in to comment.