Supposed to be NO MORE SHADOWS

This commit is contained in:
Aronai Sieyes
2021-07-29 23:44:15 -04:00
parent f37acf7fce
commit 831d5dc452
2 changed files with 1 additions and 45 deletions
-3
View File
@@ -118,9 +118,6 @@
if(!can_see_target(the_target) && vision_required)
return FALSE
if(istype(the_target, /mob/zshadow))
return FALSE // no
if(isliving(the_target))
var/mob/living/L = the_target
if(ishuman(L) || issilicon(L))