This commit is contained in:
Aurorablade
2017-05-23 02:00:40 -04:00
parent bbe2748f41
commit 5a23f2734f
3 changed files with 20 additions and 18 deletions
+2 -2
View File
@@ -116,7 +116,7 @@
hologram.HC = src
//eyeobj code is horrid, this is the best copypasta I could make
eye = new
eye = new()
eye.origin = H
eye.eye_initialized = TRUE
eye.eye_user = user
@@ -124,7 +124,7 @@
user.remote_control = eye
user.remote_view = 1
user.reset_perspective(eye)
eye.setLoc(H.loc)
eye.setLoc(eye.loc)
//Checks the validity of a holocall and qdels itself if it's not. Returns TRUE if valid, FALSE otherwise
/datum/holocall/proc/Check()