From e58438cae8a1f7bc3087a0e1cc4b12d8a7b60b21 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Sun, 27 Oct 2013 13:09:12 -0700 Subject: [PATCH] Fixed the Glass.dm can_be_placed_into list. --- code/modules/reagents/reagent_containers/glass.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/reagents/reagent_containers/glass.dm b/code/modules/reagents/reagent_containers/glass.dm index 0826ab13e3..eea6ec58ba 100644 --- a/code/modules/reagents/reagent_containers/glass.dm +++ b/code/modules/reagents/reagent_containers/glass.dm @@ -35,7 +35,8 @@ /obj/machinery/apiary, /mob/living/simple_animal/cow, /mob/living/simple_animal/hostile/retaliate/goat, - /obj/machinery/computer/centrifuge ) + /obj/machinery/computer/centrifuge, + /obj/machinery/sleeper ) New() ..()