mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
fized
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user