Well AIs work.

This commit is contained in:
Aurorablade
2017-05-25 02:17:59 -04:00
parent 697578d83f
commit 22f503b517
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -123,8 +123,8 @@
eye.name = "Camera Eye ([user.name])"
user.remote_control = eye
user.remote_view = 1
user.reset_perspective(eye)
eye.setLoc(eye.loc)
user.reset_perspective(get_turf(H))
eye.setLoc(get_turf(H))
//Checks the validity of a holocall and qdels itself if it's not. Returns TRUE if valid, FALSE otherwise
/datum/holocall/proc/Check()
@@ -140,7 +140,7 @@
if(.)
if(connected_holopad)
. = !qdeleted(connected_holopad) && !(calling_holopad.stat & NOPOWER)
. = !qdeleted(connected_holopad) && !(connected_holopad.stat & NOPOWER)
else
. = world.time < (call_start_time + HOLOPAD_MAX_DIAL_TIME)
if(!.)