From 65fc546a23b896aca5cc371efe2cebae2e97975b Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Thu, 15 Jun 2023 16:20:31 -0400 Subject: [PATCH] Blacklists some other bottles from silver slimes (#21309) --- code/modules/reagents/chemistry/recipes/slime_extracts.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/reagents/chemistry/recipes/slime_extracts.dm b/code/modules/reagents/chemistry/recipes/slime_extracts.dm index ae7441753bd..c49c9c7d38b 100644 --- a/code/modules/reagents/chemistry/recipes/slime_extracts.dm +++ b/code/modules/reagents/chemistry/recipes/slime_extracts.dm @@ -216,6 +216,8 @@ /obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, /obj/item/reagent_containers/food/drinks/drinkingglass, /obj/item/reagent_containers/food/drinks/bottle, + /obj/item/reagent_containers/food/drinks/bottle/dragonsbreath, + /obj/item/reagent_containers/food/drinks/bottle/immortality, /obj/item/reagent_containers/food/drinks/mushroom_bowl ) blocked += typesof(/obj/item/reagent_containers/food/drinks/flask)