Merge pull request #9972 from lass9030/species-runtime

Runtime in species.dm
This commit is contained in:
variableundefined
2018-10-27 07:26:28 +08:00
committed by GitHub
@@ -617,7 +617,7 @@ It'll return null if the organ doesn't correspond, so include null checks when u
else
H.see_invisible = SEE_INVISIBLE_LIVING
if(H.client.eye != H)
if(H.client && H.client.eye != H)
var/atom/A = H.client.eye
if(A.update_remote_sight(H)) //returns 1 if we override all other sight updates.
return