diff --git a/code/_onclick/hud/alert.dm b/code/_onclick/hud/alert.dm index 4ee0bcd5d29..145296d6852 100644 --- a/code/_onclick/hud/alert.dm +++ b/code/_onclick/hud/alert.dm @@ -85,6 +85,14 @@ var/severity = 0 +/obj/screen/alert/MouseEntered(location,control,params) + openToolTip(usr,params,title = name,content = desc) + + +/obj/screen/alert/MouseExited() + closeToolTip(usr) + + //Gas alerts /obj/screen/alert/oxy name = "Choking (No O2)"