Merge pull request #10272 from Razharas/DarkClick

Fixes clicks in darkness
This commit is contained in:
Cheridan
2015-07-04 12:17:10 -05:00
16 changed files with 68 additions and 26 deletions
+4 -1
View File
@@ -40,5 +40,8 @@
preload_rsc = PRELOAD_RSC
var/global/obj/screen/click_catcher/void
// Used by html_interface module.
var/hi_last_pos
var/hi_last_pos
+5
View File
@@ -169,6 +169,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)