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()