Skip to content

Commit 2aa4687

Browse files
Update other_reagents.dm
1 parent a72921c commit 2aa4687

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

code/modules/reagents/chemistry/reagents/other_reagents.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@
142142
if(exposed_turf.air)
143143
var/datum/gas_mixture/air = exposed_turf.air
144144
air.temperature = max(min(air.temperature-(cool_temp*1000), air.temperature/cool_temp),TCMB)
145-
air.react(src)
146-
qdel(hotspot)
145+
air.react(src)
146+
qdel(hotspot)
147147

148148

149149
if(isgroundlessturf(exposed_turf) || isnoslipturf(exposed_turf))

0 commit comments

Comments
 (0)