From d71415ae970334bd10c7e5baf8f3a0bb042b8146 Mon Sep 17 00:00:00 2001 From: Salex08 <33989683+Salex08@users.noreply.github.com> Date: Sun, 4 Dec 2022 21:46:21 +0100 Subject: [PATCH] fixes a recursive bluespace body bag bypass (#71689) ## About The Pull Request You can deepfry bluespace bodybags, then put them into a custom food and stack them into a bluespace body bag. Since we dont want to bypass it we put the bluespace body bag into the backlist of oilfrying items. ## Why It's Good For The Game No recursive bluespace body bag like its intented ## Changelog :cl: fix: fixes being able to stack deepfried bluespace body bags into bluespace body bag /:cl: --- code/modules/food_and_drinks/machinery/deep_fryer.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/food_and_drinks/machinery/deep_fryer.dm b/code/modules/food_and_drinks/machinery/deep_fryer.dm index 12a81818919..c2d34943225 100644 --- a/code/modules/food_and_drinks/machinery/deep_fryer.dm +++ b/code/modules/food_and_drinks/machinery/deep_fryer.dm @@ -10,6 +10,7 @@ GLOBAL_LIST_INIT(oilfry_blacklisted_items, typecacheof(list( /obj/item/reagent_containers/condiment, /obj/item/delivery, /obj/item/his_grace, + /obj/item/bodybag/bluespace, ))) /obj/machinery/deepfryer