Skip to content

Commit

Permalink
make it actually close
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreML committed Dec 31, 2023
1 parent 7838cea commit f5e8e8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/maptext_alerts/screen_alerts.dm
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@
if(!QDELETED(src))
openToolTip(usr, src, params, title = name, content = desc, theme = alerttooltipstyle)

/atom/movable/screen/alert/MouseExited(location, control, params)
. = ..()
closeToolTip(usr)

/atom/movable/screen/alert/notify_action
name = "Notification"
desc = "A new notification. You can enter it."
Expand Down

0 comments on commit f5e8e8e

Please sign in to comment.