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")