mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[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:
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
|
||||
|
||||
Reference in New Issue
Block a user