Description fix

This commit is contained in:
Markolie
2014-11-25 23:37:56 +01:00
parent 202019bb05
commit 8ef2d4d441
2 changed files with 2 additions and 9 deletions
+1 -4
View File
@@ -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
+1 -5
View File
@@ -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)