adds exceptions to maint drones to solar flare

This commit is contained in:
S34NW
2022-05-27 22:48:36 +01:00
parent 7dfb9f15b6
commit eafafa67f8
@@ -42,6 +42,8 @@
return TRUE
if(istype(L, /mob/living/simple_animal)) //while this might break immersion, I don't want to spam the server with calling this on simplemobs
return FALSE
if(istype(L, /mob/living/silicon/robot/drone)) //same with poor maint drones who just wanna have fun
return FALSE
for(var/turf/T in oview(get_turf(L)))
if(isspaceturf(T) || istransparentturf(T))
return TRUE