From 8b2b2363d71550f8dcc33183aacf97abf70f6f38 Mon Sep 17 00:00:00 2001 From: Erika Fox <94164348+Erikafox@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:46:52 -0500 Subject: [PATCH] Update fruit_wine.dm --- .../reagents/chemistry/reagents/alcohol_reagents/fruit_wine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/alcohol_reagents/fruit_wine.dm b/code/modules/reagents/chemistry/reagents/alcohol_reagents/fruit_wine.dm index ee03fd489ce0..1359b8df613f 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol_reagents/fruit_wine.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol_reagents/fruit_wine.dm @@ -72,7 +72,7 @@ if(120 to INFINITY) alcohol_description = "suicidally strong" if(90 to 120) - alcohol_description = "rather strong" + alcohol_description = "intense" if(70 to 90) alcohol_description = "strong" if(40 to 70)