[MIRROR] JSON Logging Refactor (#11623)

Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-09-14 11:05:26 -07:00
committed by GitHub
parent 272afa33c8
commit 5a62077f2c
425 changed files with 4081 additions and 2568 deletions

View File

@@ -77,7 +77,7 @@
var/atom/movable/AM = WF.resolve()
if(isnull(AM))
log_debug("DEBUG: HasProximity called without reference on [src].")
log_runtime("DEBUG: HasProximity called without reference on [src].")
return
if(!anchored || (last_pulse && world.time < last_pulse + 150))

View File

@@ -5,7 +5,7 @@
/obj/effect/step_trigger/teleporter/deathfall/Trigger(var/atom/movable/A)
var/turf/simulated/T = locate(teleport_x, teleport_y, teleport_z)
if(!istype(T))
log_debug("[src] failed to find destination turf.")
log_mapping("[src] failed to find destination turf.")
return
if(A.hovering)//Flying people dont fall
return