POLARIS: MouseDown closes tooltips too

This commit is contained in:
Arokha Sieyes
2018-03-18 00:19:36 -04:00
parent 77e8d93e66
commit 7cc6208e0b
+5
View File
@@ -1153,6 +1153,11 @@ mob/proc/yank_out_object()
..()
/mob/MouseDown()
closeToolTip(usr) //No reason not to, really
..()
/mob/MouseExited()
closeToolTip(usr) //No reason not to, really