mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-19 06:32:25 +00:00
Fixed listing of unrelated creatures when infesting.
This commit is contained in:
@@ -224,7 +224,7 @@ mob/living/simple_animal/borer/proc/detatch()
|
|||||||
return
|
return
|
||||||
|
|
||||||
var/list/choices = list()
|
var/list/choices = list()
|
||||||
for(var/mob/living/C in view(1,src))
|
for(var/mob/living/carbon/human/C in view(1,src))
|
||||||
if(istype(C,/mob/living/carbon/human) && C.stat != 2)
|
if(istype(C,/mob/living/carbon/human) && C.stat != 2)
|
||||||
choices += C
|
choices += C
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user