mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Removes ability for facehuggers to target corgis (#19354)
This commit is contained in:
@@ -101,8 +101,6 @@
|
||||
/obj/item/clothing/mask/facehugger/proc/Attach(mob/living/M)
|
||||
if(!isliving(M))
|
||||
return FALSE
|
||||
if((!iscorgi(M) && !iscarbon(M)) || isalien(M))
|
||||
return FALSE
|
||||
if(attached)
|
||||
return FALSE
|
||||
else
|
||||
@@ -217,9 +215,6 @@
|
||||
if(HAS_TRAIT(M, TRAIT_XENO_IMMUNE))
|
||||
return FALSE
|
||||
|
||||
if(iscorgi(M))
|
||||
return TRUE
|
||||
|
||||
var/mob/living/carbon/C = M
|
||||
if(ishuman(C))
|
||||
var/mob/living/carbon/human/H = C
|
||||
|
||||
Reference in New Issue
Block a user