diff --git a/code/datums/holocall.dm b/code/datums/holocall.dm index 13576cf68c7..f88dfdf1bf9 100644 --- a/code/datums/holocall.dm +++ b/code/datums/holocall.dm @@ -123,7 +123,7 @@ eye.name = "Camera Eye ([user.name])" user.remote_control = eye user.remote_view = 1 - user.reset_perspective(get_turf(H)) + user.reset_perspective(eye) eye.setLoc(get_turf(H)) //Checks the validity of a holocall and qdels itself if it's not. Returns TRUE if valid, FALSE otherwise diff --git a/code/game/machinery/hologram.dm b/code/game/machinery/hologram.dm index 0800cf119a3..1a845f3496a 100644 --- a/code/game/machinery/hologram.dm +++ b/code/game/machinery/hologram.dm @@ -256,6 +256,7 @@ var/list/holopads = list() clear_holo(AI) pad_close.activate_holo(AI, 1) else + continue clear_holo(master)//If is a non AI holo clear it.