applies to all sillycones

This commit is contained in:
S34NW
2022-05-27 23:16:44 +01:00
parent eafafa67f8
commit f92c703bd4
@@ -42,7 +42,7 @@
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
if(istype(L, /mob/living/silicon)) //sillycones have heat reflectors or something idk
return FALSE
for(var/turf/T in oview(get_turf(L)))
if(isspaceturf(T) || istransparentturf(T))