From 00244358c9ceea4d8393a77037ce92697e79ed6e Mon Sep 17 00:00:00 2001 From: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Date: Wed, 8 Oct 2025 20:32:52 +0100 Subject: [PATCH] Update slime_extracts.dm (#30624) --- code/modules/reagents/chemistry/recipes/slime_extracts.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/recipes/slime_extracts.dm b/code/modules/reagents/chemistry/recipes/slime_extracts.dm index 4539a54ecb8..89c88a5cf60 100644 --- a/code/modules/reagents/chemistry/recipes/slime_extracts.dm +++ b/code/modules/reagents/chemistry/recipes/slime_extracts.dm @@ -175,7 +175,8 @@ /obj/item/food/human, /obj/item/food/monstermeat, /obj/item/food/meatsteak/stimulating, - /obj/item/food/egg/watcher + /obj/item/food/egg/watcher, + /obj/item/food/supermatter_sandwich, ) blocked |= typesof(/obj/item/food/customizable)