Renames click intercept method to avoid collision with ClickOn

This commit is contained in:
AnturK
2016-02-20 13:33:51 +01:00
parent 0c55904f2a
commit 77ee2ded62
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
//ADMIN THINGS//
////////////////
var/datum/admins/holder = null
var/datum/click_intercept = null // Needs to implement ClickOn(user,params,atom) proc
var/datum/click_intercept = null // Needs to implement InterceptClickOn(user,params,atom) proc
var/AI_Interact = 0
var/jobbancache = null //Used to cache this client's jobbans to save on DB queries