From 7db0f17b135d2bf778bbf2ca43bd7934baa77a86 Mon Sep 17 00:00:00 2001 From: Qwertytoforty Date: Fri, 7 Feb 2020 15:13:55 -0500 Subject: [PATCH] changes spaces to tabs --- code/modules/reagents/chemistry/reagents/alcohol.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/alcohol.dm b/code/modules/reagents/chemistry/reagents/alcohol.dm index 6e27b822eba..52931966344 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol.dm @@ -1190,7 +1190,7 @@ taste_description = "motor oil" /datum/reagent/consumable/ethanol/synthanol/on_mob_life(mob/living/M) - if(!(M.dna.species.reagent_tag & PROCESS_SYN)) + if(!(M.dna.species.reagent_tag & PROCESS_SYN)) holder.remove_reagent(id, 3.6) //gets removed from organics very fast if(prob(25)) holder.remove_reagent(id, 15)