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)