feedback changes..partly

This commit is contained in:
Aurorablade
2018-03-03 02:18:08 -05:00
parent d512c883de
commit 8562b345fd
2 changed files with 13 additions and 10 deletions
+3 -2
View File
@@ -31,8 +31,9 @@
var/obj/machinery/hologram/holopad/H = I
if(!qdeleted(H) && !(H.stat & NOPOWER))
dialed_holopads += H
var/area/area = get_area(H)
LAZYADD(H.holo_calls, src)
H.atom_say("Incoming call from [caller]!")
H.atom_say("[area] pad beeps: Incoming call from [caller]!")
if(!dialed_holopads.len)
calling_holopad.atom_say("Connection failure.")
@@ -48,7 +49,7 @@
user.reset_perspective()
user.remote_control = null
if(!qdeleted(eye))
if(exists(eye))
if(user_good && user.client)
for(var/datum/camerachunk/chunk in eye.visibleCameraChunks)
chunk.remove(eye)