mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +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()
|
/mob/MouseExited()
|
||||||
closeToolTip(usr) //No reason not to, really
|
closeToolTip(usr) //No reason not to, really
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user