From 0971a45fbdda5551826e2acbe301bff6b7504ea5 Mon Sep 17 00:00:00 2001 From: Mark van Alphen Date: Mon, 3 Jun 2019 01:53:39 +0200 Subject: [PATCH] Fix capitalization --- code/modules/reagents/reagent_containers/pill.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/reagent_containers/pill.dm b/code/modules/reagents/reagent_containers/pill.dm index 001cddcecc1..cffc2f0ef06 100644 --- a/code/modules/reagents/reagent_containers/pill.dm +++ b/code/modules/reagents/reagent_containers/pill.dm @@ -77,7 +77,7 @@ list_reagents = list("adminordrazine" = 50) /obj/item/reagent_containers/food/pill/morphine - name = "morphine pill" + name = "Morphine pill" desc = "Commonly used to treat insomnia." icon_state = "pill8" list_reagents = list("morphine" = 30)