diff --git a/code/modules/mob/living/carbon/human/species_types/felinid.dm b/code/modules/mob/living/carbon/human/species_types/felinid.dm index b020b8cb3e72..b647642640e3 100644 --- a/code/modules/mob/living/carbon/human/species_types/felinid.dm +++ b/code/modules/mob/living/carbon/human/species_types/felinid.dm @@ -105,3 +105,8 @@ if(!silent) to_chat(H, "You are no longer a cat.") + +/datum/species/human/felinid/handle_chemicals(datum/reagent/chem, mob/living/carbon/human/H) + . = ..() + if(H.reagents.has_reagent(/datum/reagent/consumable/ethanol/catsip)) + H.adjustBruteLoss(-0.5*REAGENTS_EFFECT_MULTIPLIER,FALSE,FALSE, BODYPART_ANY)