This commit is contained in:
DeltaFire
2020-11-25 18:06:08 +01:00
parent 24b712c71e
commit 69127ebec6
@@ -46,9 +46,6 @@ All effects don't start immediately, but rather get worse over time; the rate is
C.reagents.remove_reagent(type, amount, FALSE)
/datum/reagent/consumable/ethanol/on_mob_life(mob/living/carbon/C)
if(HAS_TRAIT(C, TRAIT_ROBOTIC_ORGANISM)) //Robots don't get drunk
return ..()
if(HAS_TRAIT(C, TRAIT_TOXIC_ALCOHOL))
C.adjustToxLoss((boozepwr/25)*REM,forced = TRUE)
else if(C.drunkenness < volume * boozepwr * ALCOHOL_THRESHOLD_MODIFIER)