diff --git a/modular_citadel/code/_onclick/other_mobs.dm b/modular_citadel/code/_onclick/other_mobs.dm index 09cb9a7f6f..210a293e93 100644 --- a/modular_citadel/code/_onclick/other_mobs.dm +++ b/modular_citadel/code/_onclick/other_mobs.dm @@ -12,7 +12,7 @@ if(isturf(A) || incapacitated()) // pretty annoying to wave your fist at floors and walls. And useless. return TRUE var/list/target_viewers = viewers(11, A) //Byond proc, doesn't check for blindness. - if(!(src in target_viewers)) //click catcher issuing calls for out of view turfs. + if(!(src in target_viewers)) //click catcher issuing calls for out of view objects. return TRUE if(!has_active_hand()) to_chat(src, "You ponder your life choices and sigh.")