standardize temperature_expose args (#30903)

* standardize temperature_expose args

* some i missed

* remove dubious use of temperature_expose()

* fix hardsuit tank insertion proc

* remove unused gas_mixture arg

* revert test_tiny.dmm
This commit is contained in:
Toastical
2025-12-01 20:58:38 +02:00
committed by GitHub
parent 27a4e05fdf
commit a1fc8db55f
12 changed files with 16 additions and 24 deletions
@@ -1,9 +1,9 @@
/atom/proc/temperature_expose(datum/gas_mixture/air, exposed_temperature, exposed_volume)
/atom/proc/temperature_expose(exposed_temperature, exposed_volume)
if(!isnull(reagents))
reagents.temperature_reagents(exposed_temperature)
/turf/simulated/temperature_expose(exposed_temperature)
/turf/simulated/temperature_expose(exposed_temperature, exposed_volume)
if(reagents)
reagents.temperature_reagents(exposed_temperature, 10, 300)