Skip to content

Commit

Permalink
Update food-Drinks.dm (#8374)
Browse files Browse the repository at this point in the history
  • Loading branch information
MLGTASTICa authored Nov 25, 2023
1 parent d77fab0 commit 81ab44a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/reagents/reagents/food-Drinks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,6 @@
SEND_SIGNAL_OLD(L, COMSIG_CARBON_HAPPY, src, MOB_DELETE_DRUG)

/datum/reagent/alcohol/affect_blood(mob/living/carbon/M, alien, effect_multiplier)
M.add_chemical_effect(CE_TOXIN, toxicity * (issmall(M) ? effect_multiplier * 2 : effect_multiplier))
M.add_chemical_effect(CE_PAINKILLER, max(35 - (strength / 2), 1)) //Vodka 32.5 painkiller, beer 15

/datum/reagent/alcohol/affect_ingest(mob/living/carbon/M, alien, effect_multiplier)
Expand Down

0 comments on commit 81ab44a

Please sign in to comment.