fixes up drinks

This commit is contained in:
Timothy Teakettle
2020-07-23 22:09:14 +01:00
parent 450509347a
commit 8f8aaee36c
29 changed files with 35 additions and 11 deletions
@@ -2276,7 +2276,7 @@ All effects don't start immediately, but rather get worse over time; the rate is
boozepwr = 50
/datum/reagent/consumable/ethanol/species_drink/on_mob_life(mob/living/carbon/C)
if(1) //a big ugly switch case that sets definitions against species checks
if(C.dna.species && C.dna.species.species_type == species_required) //species have a species_type variable that refers to one of the drinks
quality = RACE_DRINK
else
C.adjust_disgust(disgust)