update to remote view

This commit is contained in:
Ater Ignis
2012-11-16 15:55:41 +04:00
parent 46bd2ce7e6
commit c140e3b7d0
2 changed files with 2 additions and 2 deletions
@@ -949,7 +949,7 @@
for(var/mob/living/carbon/h in world)
var/turf/temp_turf = get_turf(h)
if((temp_turf.z != 1 && temp_turf.z != 5) || h.stat==DEAD) //Not on mining or the station. Or dead
if((temp_turf.z != 1 && temp_turf.z != 5) || h.stat!=CONSCIOUS) //Not on mining or the station. Or dead
continue
creatures += h
+1 -1
View File
@@ -1474,7 +1474,7 @@
if(machine)
if(!machine.check_eye(src)) reset_view(null)
else
if(!(mRemote in mutations) && !client.adminobs)
if(!(remoteview_target && mRemote in mutations && remoteview_target.stat==CONSCIOUS) && !client.adminobs)
reset_view(null)
return 1