From f2f2ce12ead6f20554627c7faea6b94c7ddd83f0 Mon Sep 17 00:00:00 2001 From: cib Date: Mon, 25 Feb 2013 18:39:20 +0100 Subject: [PATCH] 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"