[MIRROR] Remote view recursive prey fix (#11853)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-10-22 01:55:14 -04:00
committed by GitHub
co-authored by Will
parent 837ea9590d
commit 135c7835f2
5 changed files with 29 additions and 5 deletions
+2
View File
@@ -887,6 +887,8 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
return FALSE
if(isturf(client.mob.loc) && get_turf(client.eye) == get_turf(client.mob))
return FALSE
if(ismecha(client.mob.loc) && client.eye == client.mob.loc)
return FALSE
return (client.eye != client.mob)
#undef ADMINSWARNED_AT