mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 05:27:39 +01:00
Remote view recursive prey fix (#18655)
* wrongcharger * recursive belly fixing * not needed * make instant * goggles and rigs in mechs * cryopod view fix
This commit is contained in:
@@ -882,6 +882,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
|
||||
|
||||
Reference in New Issue
Block a user