Made special object instead of using blindscreen

Made special object instead of using blindscreen
This commit is contained in:
Razharas
2015-06-06 07:10:46 +03:00
parent 20c586b9e1
commit cdc32a50c3
14 changed files with 55 additions and 33 deletions
+1
View File
@@ -39,3 +39,4 @@
var/related_accounts_cid = "Requires database" //So admins know why it isn't working - Used to determine what other accounts previously logged in from this computer id
preload_rsc = PRELOAD_RSC
var/global/obj/screen/click_catcher/void
+5
View File
@@ -188,6 +188,11 @@ var/next_external_rsc = 0
send_resources()
if(!void)
void = new()
screen += void
if(prefs.lastchangelog != changelog_hash) //bolds the changelog button on the interface so we know there are updates.
src << "<span class='info'>You have unread updates in the changelog.</span>"
if(config.aggressive_changelog)