Merge pull request #2253 from Markolie/darkness

Make darkness clickable
This commit is contained in:
Fox McCloud
2015-10-01 17:11:31 -04:00
13 changed files with 68 additions and 18 deletions
+2 -1
View File
@@ -47,7 +47,8 @@
preload_rsc = 1 // This is 0 so we can set it to an URL once the player logs in and have them download the resources from a different server.
var/global/obj/screen/click_catcher/void
var/karma = 0
var/karma_spent = 0
var/karma_tab = 0
+5
View File
@@ -292,6 +292,11 @@
convert_notes_sql(ckey)
send_resources()
if(!void)
void = new()
screen += void
//////////////
//DISCONNECT//