mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[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:
committed by
GitHub
parent
272afa33c8
commit
5a62077f2c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user