Fixes cardox not applying to mobs on contact. (#14766)

This commit is contained in:
Matt Atlas
2022-09-06 12:36:36 +02:00
committed by GitHub
parent dfa7172070
commit bbb2378669
2 changed files with 42 additions and 0 deletions
@@ -166,6 +166,7 @@
taste_description = "cherry"
conflicting_reagent = /decl/reagent/toxin/phoron
strength = 1
touch_mul = 0.75
/decl/reagent/toxin/cardox/affect_blood(var/mob/living/carbon/human/M, var/alien, var/removed, var/datum/reagents/holder)
if(!istype(M))