mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
yeet
This commit is contained in:
@@ -277,7 +277,7 @@
|
||||
var/hotspot = (locate(/obj/fire) in T)
|
||||
if(hotspot && !istype(T, /turf/space))
|
||||
var/datum/gas_mixture/lowertemp = T.return_air()
|
||||
lowertemp.temperature = max(min(lowertemp.temperature-2000, lowertemp.temperature / 2), 0)
|
||||
lowertemp.temperature = max(lowertemp.temperature-2000, lowertemp.temperature / 2, 0)
|
||||
lowertemp.react()
|
||||
qdel(hotspot)
|
||||
|
||||
|
||||
@@ -38,3 +38,4 @@ changes:
|
||||
- bugfix: "Fixes objects getting stuck in xenobiology disposals."
|
||||
- bugfix: "Fixes autoinhalers and autoinjectors refusing to change their icons after use."
|
||||
- bugfix: "Fixes Slime Batons not spawning without a power source."
|
||||
- bugfix: "Fixes miscalculation in heat reduction for fire extinguishers."
|
||||
|
||||
Reference in New Issue
Block a user