aaactually lets just make robots immune in general

This commit is contained in:
DeltaFire
2020-11-24 20:32:42 +01:00
parent a3208d1ac8
commit 282a5d6ab2
6 changed files with 4 additions and 6 deletions
@@ -36,7 +36,7 @@ All effects don't start immediately, but rather get worse over time; the rate is
*/
/datum/reagent/consumable/ethanol/on_mob_life(mob/living/carbon/C)
if(HAS_TRAIT(C, TRAIT_NO_ALCOHOL))
if(HAS_TRAIT(C, TRAIT_ROBOTIC_ORGANISM)) //Robots don't get drunk
return ..()
if(HAS_TRAIT(C, TRAIT_TOXIC_ALCOHOL))