diff --git a/code/modules/reagents/newchem/drinks.dm b/code/modules/reagents/newchem/drinks.dm index 6ac0f02b94a..20a996120d4 100644 --- a/code/modules/reagents/newchem/drinks.dm +++ b/code/modules/reagents/newchem/drinks.dm @@ -94,7 +94,7 @@ result = "alkasine" required_reagents = list("lube" = 1, "plasma" = 1, "fuel" = 1) result_amount = 3 - mix_message = "The chemicals mix to create shiny, blue substance." + mix_message = "The chemicals mix to create a shiny, blue substance." /datum/reagent/alkasine/on_mob_life(var/mob/living/M as mob, var/alien) if(!src.data) data = 1 @@ -175,4 +175,4 @@ result_amount = 4 mix_message = "The ingredients mix into a dark brown substance." -// ROBOT ALCOHOL ENDS \ No newline at end of file +// ROBOT ALCOHOL ENDS