mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
updated based on fox suggestion
This commit is contained in:
@@ -214,7 +214,7 @@ 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.stat != DEAD && H.health < HEALTH_THRESHOLD_DEAD) // Intentionally not HEALTH_THRESHOLD_CRIT, as that is softcrit
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user