mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
This reverts commit c0acf193a0.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user