linters do your magic (#19263)

This commit is contained in:
Vi3trice
2022-10-10 20:58:41 +02:00
committed by GitHub
parent 9e90c81282
commit 20c437f7d2
101 changed files with 153 additions and 153 deletions
+1 -1
View File
@@ -274,7 +274,7 @@
return ..()
/mob/camera/aiEye/remote/shuttle_docker/setLoc(T)
if(istype(get_turf(T), /turf/space) || istype(get_area(T), /area/space) || istype(get_area(T), /area/shuttle))
if(isspaceturf(get_turf(T)) || istype(get_area(T), /area/space) || istype(get_area(T), /area/shuttle))
..()
var/obj/machinery/computer/camera_advanced/shuttle_docker/console = origin
console.checkLandingSpot()