REVERT: terror spiders no longer ignore newcrit in this PR

This commit is contained in:
Kyep
2019-04-01 03:10:21 -07:00
parent f97c215046
commit cdeb68825d
@@ -214,8 +214,6 @@ var/global/list/ts_spiderling_list = list()
var/mob/living/carbon/human/H = G
if(!(H.dna.species.reagent_tag & PROCESS_ORG) || (!H.dna.species.tox_mod))
can_poison = 0
if(!H.check_death_method() && H.health <= HEALTH_THRESHOLD_DEAD) // Intentionally not HEALTH_THRESHOLD_CRIT, as that is softcrit
H.death()
spider_specialattack(G,can_poison)
else
G.attack_animal(src)