From 841f7f6db2d01828f501cf5db3d2f3d2840b1812 Mon Sep 17 00:00:00 2001 From: PsiOmegaDelta Date: Thu, 30 Jul 2015 10:41:01 +0200 Subject: [PATCH] Compilation fixes. --- code/modules/reagents/Chemistry-Recipes.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index 677ffb910a..829dcf19dc 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -147,7 +147,7 @@ result = "kelotane" required_reagents = list("silicon" = 1, "carbon" = 1) result_amount = 2 - log_is_important = 1 + log_is_important = 1 /datum/chemical_reaction/peridaxon name = "Peridaxon" @@ -394,7 +394,7 @@ result = "coolant" required_reagents = list("tungsten" = 1, "oxygen" = 1, "water" = 1) result_amount = 3 - log_is_important = 1 + log_is_important = 1 /datum/chemical_reaction/rezadone name = "Rezadone" @@ -530,6 +530,7 @@ result = "nitroglycerin" required_reagents = list("glycerol" = 1, "pacid" = 1, "sacid" = 1) result_amount = 2 + log_is_important = 1 /datum/chemical_reaction/nitroglycerin/on_reaction(var/datum/reagents/holder, var/created_volume) var/datum/effect/effect/system/reagents_explosion/e = new()