From e974d10058aae180abfcd75c3f31fb2bfc3fbe8c Mon Sep 17 00:00:00 2001 From: Ikarrus Date: Sun, 1 Mar 2015 20:56:38 -0700 Subject: [PATCH] Chatlog notification of changelog updates --- code/modules/client/client procs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index 76e6d7a74de..01f4808ecd1 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -167,6 +167,7 @@ var/next_external_rsc = 0 send_resources() if(prefs.lastchangelog != changelog_hash) //bolds the changelog button on the interface so we know there are updates. + src << "You have unread updates in the changelog." winset(src, "rpane.changelogb", "background-color=#eaeaea;font-style=bold")