POLARIS: MouseDown closes tooltips too

This commit is contained in:
Arokha Sieyes
2018-03-18 00:19:36 -04:00
committed by Leshana
parent 77de03a356
commit dfd07209b6

View File

@@ -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