mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Description fix
This commit is contained in:
+1
-4
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user