mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +01:00
Rename TOUCH to REAGENT_TOUCH fix (#13135)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user