mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Change middlemouseclick to point, removed point from right-click contextual menu
This commit is contained in:
@@ -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
|
||||
/*
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user