From 6a48466d4c1187f950e6e42eba5e9aaaa37cee60 Mon Sep 17 00:00:00 2001 From: Azarak Date: Sat, 28 Nov 2020 10:57:45 +0100 Subject: [PATCH] Update alcohol_reagents.dm (#1888) --- code/modules/reagents/chemistry/reagents/alcohol_reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm b/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm index 36c406db84d..f9a4cdbd531 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm @@ -1,6 +1,6 @@ #define ALCOHOL_THRESHOLD_MODIFIER 1 //Greater numbers mean that less alcohol has greater intoxication potential //#define ALCOHOL_RATE 0.005 //The rate at which alcohol affects you //ORIGINAL -#define ALCOHOL_RATE 0.002 //The rate at which alcohol affects you //SKYRAT EDIT CHANGE - booze +#define ALCOHOL_RATE 0.001 //The rate at which alcohol affects you //SKYRAT EDIT CHANGE - booze #define ALCOHOL_EXPONENT 1.6 //The exponent applied to boozepwr to make higher volume alcohol at least a little bit damaging to the liver ////////////// I don't know who made this header before I refactored alcohols but I'm going to fucking strangle them because it was so ugly, holy Christ