diff --git a/modular_skyrat/modules/quirks/echolocation/echolocation.dm b/modular_skyrat/modules/quirks/echolocation/echolocation.dm index c296a38db6b..3eb8ac99050 100644 --- a/modular_skyrat/modules/quirks/echolocation/echolocation.dm +++ b/modular_skyrat/modules/quirks/echolocation/echolocation.dm @@ -39,7 +39,8 @@ images_are_static = FALSE, \ use_echo = FALSE, \ show_own_outline = client_show_outline, \ - personal_color = col \ + personal_color = col, \ + blinding = TRUE \ ) esp = human_holder.GetComponent(/datum/component/echolocation)