Change middlemouseclick to point, removed point from right-click contextual menu

This commit is contained in:
ZomgPonies
2014-07-19 04:19:58 -04:00
parent a88da5691a
commit 98a99ebd1a
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -200,9 +200,8 @@
Only used for swapping hands
*/
/mob/proc/MiddleClickOn(var/atom/A)
A.point()
return
/mob/living/carbon/MiddleClickOn(var/atom/A)
swap_hand()
// In case of use break glass
/*
+1
View File
@@ -10,6 +10,7 @@
/atom/verb/point()
set name = "Point To"
set category = null
set popup_menu = 0
set src in oview()
var/atom/this = src//detach proc from src
src = null