diff --git a/code/_onclick/ai.dm b/code/_onclick/ai.dm index 4ef91513c6a..bbf2deb2f93 100644 --- a/code/_onclick/ai.dm +++ b/code/_onclick/ai.dm @@ -108,11 +108,8 @@ The following criminally helpful code is just the previous code cleaned up; I have no idea why it was in atoms.dm instead of respective files. */ -///mob/proc/AICtrlShiftClick(var/atom/A) -// A.AICtrlShiftClick(src) -// return -/atom/proc/AICtrlShiftClick(var/mob/user) // Sets/Unsets Emergency Access Override +/atom/proc/AICtrlShiftClick(var/mob/user) // Examines if(user.client && user.client.eye == user) examine() return diff --git a/code/_onclick/cyborg.dm b/code/_onclick/cyborg.dm index fb38f8dcad2..1636a940c04 100644 --- a/code/_onclick/cyborg.dm +++ b/code/_onclick/cyborg.dm @@ -115,11 +115,7 @@ /mob/living/silicon/robot/AltClickOn(var/atom/A) A.BorgAltClick(src) -///mob/proc/BorgCtrlShiftClick(var/atom/A) -// A.BorgCtrlShiftClick(src) -// return - -/atom/proc/BorgCtrlShiftClick(var/mob/user) +/atom/proc/BorgCtrlShiftClick(var/mob/user) // Examines if(user.client && user.client.eye == user) examine() user.face_atom(src)