From 805da58e69ab3eaf3cd74fd50f2291c5a92982e8 Mon Sep 17 00:00:00 2001 From: MarinaGryphon Date: Sun, 8 Sep 2019 12:50:25 -0500 Subject: [PATCH] Fixes the comment describing phoron salts. (#6771) The range given was wildly incorrect. --- code/modules/reagents/Chemistry-Recipes.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/reagents/Chemistry-Recipes.dm b/code/modules/reagents/Chemistry-Recipes.dm index 8fb3e5df1bb..a11f60da0f0 100644 --- a/code/modules/reagents/Chemistry-Recipes.dm +++ b/code/modules/reagents/Chemistry-Recipes.dm @@ -3153,7 +3153,7 @@ mix_message = "The ice melts." reaction_sound = "" -/datum/chemical_reaction/phoron_salt //Safe temperatures for phoron salt is between 0 degress celcius and 200 celcius. +/datum/chemical_reaction/phoron_salt name = "Phoron Salt" id = "phoron_salt" result = "phoron_salt" @@ -3298,5 +3298,3 @@ result = "rmt" result_amount = 1 required_reagents = list("potassium" = 1, "inaprovaline" = 1) - -