Makes reset_perspective handle turf as eye

This commit is contained in:
AnturK
2017-12-27 22:05:43 +01:00
parent 739e17dfa3
commit a84915b217
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ SUBSYSTEM_DEF(parallax)
return
continue
var/atom/movable/A = C.eye
if(!A)
return
if(!istype(A))
continue
for (A; isloc(A.loc) && !isturf(A.loc); A = A.loc);
if(A != C.movingmob)