From 6cc5d126daa3799441c1bd58cf6e583b51413b00 Mon Sep 17 00:00:00 2001 From: Daylight <18598676+Daylight2@users.noreply.github.com> Date: Wed, 16 Aug 2023 22:39:51 +0300 Subject: [PATCH] This massive refactor took over 2 hours to develop (#21926) --- code/modules/pda/app.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/pda/app.dm b/code/modules/pda/app.dm index d593b590ba9..cb4c4e19213 100644 --- a/code/modules/pda/app.dm +++ b/code/modules/pda/app.dm @@ -40,8 +40,8 @@ pda.play_ringtone() if(blink && !(src in pda.notifying_programs)) - pda.update_icon(UPDATE_OVERLAYS) pda.notifying_programs |= src + pda.update_icon(UPDATE_OVERLAYS) /datum/data/pda/proc/unnotify() if(src in pda.notifying_programs)