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:
mikomyazaki
2022-02-16 19:50:02 +01:00
committed by GitHub
parent d4e29ae4ee
commit 22f30cc332
3 changed files with 11 additions and 6 deletions
+2 -1
View File
@@ -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