mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
POLARIS: MouseDown closes tooltips too
This commit is contained in:
@@ -1150,6 +1150,11 @@ mob/proc/yank_out_object()
|
||||
|
||||
..()
|
||||
|
||||
/mob/MouseDown()
|
||||
closeToolTip(usr) //No reason not to, really
|
||||
|
||||
..()
|
||||
|
||||
/mob/MouseExited()
|
||||
closeToolTip(usr) //No reason not to, really
|
||||
|
||||
|
||||
Reference in New Issue
Block a user