From 41c8c7dde6ff9adb23fbb37692e3d75471c29fe3 Mon Sep 17 00:00:00 2001 From: Fermi <> Date: Mon, 16 Sep 2019 01:12:49 +0100 Subject: [PATCH] Why tho --- code/modules/reagents/chem_wiki_render.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/chem_wiki_render.dm b/code/modules/reagents/chem_wiki_render.dm index 6495b97404..7565f90818 100644 --- a/code/modules/reagents/chem_wiki_render.dm +++ b/code/modules/reagents/chem_wiki_render.dm @@ -118,7 +118,7 @@ if(CR) if(CR.FermiChem) switch(CR.ThermicConstant) - if(-INFINITY to -9.9) + if(-INFINITY to -9.9) outstring += "
  • Extremely endothermic
  • " if(-9.9 to -4.9) outstring += "
  • Very endothermic
  • " @@ -134,7 +134,7 @@ outstring += "
  • Extremely exothermic
  • " if(19.9 to INFINITY ) outstring += "
  • **Dangerously exothermic**
  • " - //if(CR.cheesey) + //if("cheesey") //outstring += "
  • Dangerously Cheesey
  • " outstring += "| " @@ -187,6 +187,7 @@ if(CR.is_cold_recipe) outstring += "
  • Cold: Yes
  • " if(CR.required_container) + outstring += "
  • Required container: [CR.required_container]
  • " if(CR.mob_react) outstring += "
  • Can react in mob: Yes
  • "