mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Fixes hallucination destroy runtime (#70512)
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
|
||||
/obj/effect/client_image_holder/on_changed_z_level(turf/old_turf, turf/new_turf, same_z_layer, notify_contents)
|
||||
. = ..()
|
||||
if(same_z_layer)
|
||||
if(QDELETED(src) || same_z_layer)
|
||||
return
|
||||
SET_PLANE(shown_image, PLANE_TO_TRUE(shown_image.plane), new_turf)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user