From f2f2ce12ead6f20554627c7faea6b94c7ddd83f0 Mon Sep 17 00:00:00 2001 From: cib Date: Mon, 25 Feb 2013 18:39:20 +0100 Subject: [PATCH 1/2] Fixed citalopram. --- code/modules/reagents/Chemistry-Reagents-Antidepressants.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/Chemistry-Reagents-Antidepressants.dm b/code/modules/reagents/Chemistry-Reagents-Antidepressants.dm index 14aa4bdcfbb..d954384b68a 100644 --- a/code/modules/reagents/Chemistry-Reagents-Antidepressants.dm +++ b/code/modules/reagents/Chemistry-Reagents-Antidepressants.dm @@ -31,8 +31,8 @@ Methylphenidate result_amount = 3 /datum/reagent/antidepressant/citalopram - name = "citalopram" - id = "Citalopram" + name = "Citalopram" + id = "citalopram" description = "Stabilizes the mind a little." reagent_state = LIQUID color = "#C8A5DC" From 19e176e2ff2fbf334f102551b431e9b8a4bf4f7f Mon Sep 17 00:00:00 2001 From: cib Date: Mon, 25 Feb 2013 18:40:42 +0100 Subject: [PATCH 2/2] Fixed paroxetine. --- code/modules/reagents/Chemistry-Reagents-Antidepressants.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/Chemistry-Reagents-Antidepressants.dm b/code/modules/reagents/Chemistry-Reagents-Antidepressants.dm index d954384b68a..4c7c2e4fe5f 100644 --- a/code/modules/reagents/Chemistry-Reagents-Antidepressants.dm +++ b/code/modules/reagents/Chemistry-Reagents-Antidepressants.dm @@ -60,8 +60,8 @@ Methylphenidate /datum/reagent/antidepressant/paroxetine - name = "paroxetine" - id = "Paroxetine" + name = "Paroxetine" + id = "paroxetine" description = "Stabilizes the mind greatly, but has a chance of adverse effects." reagent_state = LIQUID color = "#C8A5DC"