This commit is contained in:
Aurorablade
2017-08-27 23:55:31 -04:00
parent 7012b54817
commit beb021051b
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -86,6 +86,7 @@
connected_holopad.atom_say("[usr] disconnected.")
user.unset_machine(H)
hangup.Remove(user)
ConnectionFailure(H, TRUE)
@@ -145,7 +146,8 @@
user.reset_perspective(eye)
eye.setLoc(get_turf(H))
hangup = new(eye, src)
hangup = new(eye,src)
hangup.Grant(user)
//Checks the validity of a holocall and qdels itself if it's not. Returns TRUE if valid, FALSE otherwise
/datum/holocall/proc/Check()
+1 -1
View File
@@ -51,7 +51,7 @@ var/list/holopads = list()
var/temp = ""
var/list/holo_calls //array of /datum/holocalls
var/datum/holocall/outgoing_call //do not modify the datums only check and call the public procs
var/static/force_answer_call = TRUE //Calls will be automatically answered after a couple rings, here for debugging
var/static/force_answer_call = FALSE //Calls will be automatically answered after a couple rings, here for debugging
var/static/list/holopads = list()
/obj/machinery/hologram/holopad/New()