From d0fc25bb0ed947a7f5d5612a8b819ca3e7902d39 Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Mon, 21 Jun 2021 19:11:49 +0200 Subject: [PATCH] empty lastline --- 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 7151481a4f..9982bc3722 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm @@ -2613,4 +2613,4 @@ All effects don't start immediately, but rather get worse over time; the rate is flavor += english_list(secondary_tastes) taste_description = flavor if(holder.my_atom) - holder.my_atom.on_reagent_change() \ No newline at end of file + holder.my_atom.on_reagent_change()