Revert "Make hotspots go out easier. (#29805)" (#30136)

This reverts commit c0acf193a0.
This commit is contained in:
Mason
2025-09-19 21:22:52 +00:00
committed by GitHub
parent 0a50f63fda
commit 9eb7618a3f
8 changed files with 6 additions and 65 deletions
-3
View File
@@ -111,9 +111,6 @@
/proc/create_hotspot(turf/T, hotspot_temperature, hotspot_volume)
return RUSTLIB_CALL(milla_create_hotspot, T, hotspot_temperature, hotspot_volume)
/proc/extinguish_hotspot(turf/T)
RUSTLIB_CALL(milla_extinguish_hotspot, T)
/proc/track_pressure_tiles(atom/A, radius)
var/turf/T = get_turf(A)
if(istype(T))