Rename TOUCH to REAGENT_TOUCH fix (#13135)

This commit is contained in:
farie82
2020-03-17 21:40:44 +01:00
committed by GitHub
parent bb340f076d
commit ec19ea3d2d
@@ -391,10 +391,10 @@
reagent_state = LIQUID
taste_description = "vinegar"
/datum/reagent/acetic_acid/reaction_mob(mob/M, method = TOUCH, volume)
/datum/reagent/acetic_acid/reaction_mob(mob/M, method = REAGENT_TOUCH, volume)
if(ishuman(M))
var/mob/living/carbon/human/H = M
if(method == TOUCH)
if(method == REAGENT_TOUCH)
if(H.wear_mask || H.head)
return
if(volume >= 50 && prob(75))