From 6c68942deadd718f58cb9df981b337b390b99ed9 Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Mon, 30 Mar 2020 21:12:44 -0400 Subject: [PATCH] Removes Alcohol Addiction (#13231) --- code/modules/reagents/chemistry/reagents/alcohol.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/alcohol.dm b/code/modules/reagents/chemistry/reagents/alcohol.dm index 2831d0e3f89..2dde295a70a 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol.dm @@ -6,8 +6,6 @@ reagent_state = LIQUID nutriment_factor = 0 //So alcohol can fill you up! If they want to. color = "#404030" // rgb: 64, 64, 48 - addiction_chance = 1 - addiction_threshold = 10 var/dizzy_adj = 3 var/alcohol_perc = 1 //percentage of ethanol in a beverage 0.0 - 1.0 taste_description = "liquid fire"