Merge pull request #11303 from VOREStation/Arokha/nozshadow

Supposed to be NO MORE SHADOWS
This commit is contained in:
Novacat
2021-07-30 10:55:04 -04:00
committed by Chompstation Bot
parent 4c7cfcf3ac
commit 438f211f0b
3 changed files with 1 additions and 47 deletions

View File

@@ -117,9 +117,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))