Alcohol/Liver adjustments (#8477)

This commit is contained in:
Doxxmedearly
2020-03-22 19:14:01 -05:00
committed by GitHub
parent eab79682ef
commit f1c6c31d93
3 changed files with 15 additions and 3 deletions

View File

@@ -153,7 +153,7 @@
/datum/reagent/alcohol/affect_ingest(mob/living/carbon/M, alien, removed)
if(alien != IS_DIONA)
M.intoxication += (strength / 100) * removed * 3.5
M.intoxication += (strength / 100) * removed * 3.15
if (druggy != 0)
M.druggy = max(M.druggy, druggy)