Fixing up lost examine text

This commit is contained in:
clusterfack
2015-01-09 01:43:21 -06:00
parent 4f63b6870d
commit 05ca6ed412
14 changed files with 41 additions and 37 deletions

View File

@@ -231,7 +231,7 @@
This is overridden in ai.dm
*/
/mob/proc/ShiftClickOn(var/atom/A)
A.ShiftClick(src)
A.ShiftClick()
return
/atom/proc/ShiftClick(var/mob/user)
if(user.client && user.client.eye == user)