mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Z-mimic now correctly checks if the turf above it is mimicing it... rather than checking if a turf is mimicing itself. (#13192)
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
if (!bound_overlay)
|
||||
return
|
||||
|
||||
if (TURF_IS_MIMICING(loc))
|
||||
var/turf/T = loc
|
||||
if (TURF_IS_MIMICING(T.above))
|
||||
if (!bound_overlay.queued)
|
||||
SSzcopy.queued_overlays += bound_overlay
|
||||
bound_overlay.queued = TRUE
|
||||
|
||||
Reference in New Issue
Block a user