From 4f1b61dbc7dcb96486886d723761e7c4313460c4 Mon Sep 17 00:00:00 2001 From: i1yadobr Date: Thu, 30 May 2024 21:49:25 +0300 Subject: [PATCH] Painkiller, no painkillers --- 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 597ee568990..854a65d93b7 100644 --- a/code/modules/reagents/reagent_containers/pill.dm +++ b/code/modules/reagents/reagent_containers/pill.dm @@ -291,7 +291,7 @@ /obj/item/reagent_containers/pill/metazine name = "Metazine (10u)" - desc = "A combat painkillers." + desc = "A combat painkiller." icon_state = "pill24" startswith = list(/datum/reagent/painkiller = 10) mimic_color = FALSE