From 5ce2caba7304b71bfaa868b54f2b58bbe30e83f6 Mon Sep 17 00:00:00 2001 From: Rykka Date: Sun, 19 Jul 2020 15:36:53 -0400 Subject: [PATCH] Port fix of Slow Comfortable Screw Against the Wall The drink was set to strength = 0 resulting in a divide by 0 and infinite alcoholism. You'd literally commit alcohol coma and instant liver death on drinking this, and it'd CONTINUE because it'd persist in your blud. --- .../Chemistry-Reagents/Chemistry-Reagents-Food-Drinks_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks_vr.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks_vr.dm index 45e05ef86c..71228ec45e 100644 --- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks_vr.dm +++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Food-Drinks_vr.dm @@ -282,7 +282,7 @@ id = "scsatw" description = "The screwdriver's bigger cousin." taste_description = "smooth, savory booze and tangy orange juice." - strength = 0 + strength = 7 // 2x that of Screwdriver, which means you DIVIDE the strength by half. druggy = 0 halluci = 0 var/adj_dizzy = 0