mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #11303 from VOREStation/Arokha/nozshadow
Supposed to be NO MORE SHADOWS
This commit is contained in:
committed by
Chompstation Bot
parent
4c7cfcf3ac
commit
438f211f0b
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user