fix camera being stuck in your shuttle

This commit is contained in:
datlo
2019-02-11 14:15:39 +00:00
parent 2393977c33
commit 420eb1a51b
+1 -1
View File
@@ -281,7 +281,7 @@
return ..()
/mob/camera/aiEye/remote/shuttle_docker/setLoc(T)
if(istype(get_turf(T), /turf/space) || istype(get_area(T), /area/space))
if(istype(get_turf(T), /turf/space) || istype(get_area(T), /area/space) || istype(get_area(T), /area/shuttle))
..()
var/obj/machinery/computer/camera_advanced/shuttle_docker/console = origin
console.checkLandingSpot()