From 6065a8d4965fc80a27a578246e0180fe6d6e8a56 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Mon, 13 Aug 2018 20:24:23 -0500 Subject: [PATCH] Fixes the Sleepy Ring --- code/modules/clothing/rings/rings.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/rings/rings.dm b/code/modules/clothing/rings/rings.dm index 852ccfdb82..699be51454 100644 --- a/code/modules/clothing/rings/rings.dm +++ b/code/modules/clothing/rings/rings.dm @@ -51,7 +51,7 @@ /obj/item/clothing/gloves/ring/reagent/sleepy/New() ..() - reagents.add_reagent(/datum/reagent/chloralhydrate, 15) // Less than a sleepy-pen, but still enough to knock someone out + reagents.add_reagent("chloralhydrate", 15) // Less than a sleepy-pen, but still enough to knock someone out ///////////////////////////////////////// //Seals and Signet Rings