From 46c1031fe01f2b6fef8339cdb01d1bcd992ca055 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 12 Jul 2023 08:08:58 +0200 Subject: [PATCH] [MIRROR] (no gbp change) Adds a blacklist to spidereggs. [MDB IGNORE] (#22332) * (no gbp change) Adds a blacklist to spidereggs. (#76677) ## About The Pull Request ![image](https://github.com/tgstation/tgstation/assets/16896032/f75ed7da-a208-49ed-8dc2-da37d70149a0) ## Why It's Good For The Game Fewer crashes due to infinite spider eggs. ## Changelog :cl: fix: Infinite spider eggs are no more. /:cl: * (no gbp change) Adds a blacklist to spidereggs. --------- Co-authored-by: carshalash --- code/modules/food_and_drinks/recipes/processor_recipes.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/food_and_drinks/recipes/processor_recipes.dm b/code/modules/food_and_drinks/recipes/processor_recipes.dm index 67339575703..e2f433323d9 100644 --- a/code/modules/food_and_drinks/recipes/processor_recipes.dm +++ b/code/modules/food_and_drinks/recipes/processor_recipes.dm @@ -97,6 +97,7 @@ /datum/food_processor_process/spidereggs input = /obj/item/food/spidereggs + blacklist = list(/obj/item/food/spidereggs/processed) output = /obj/item/food/spidereggs/processed /datum/food_processor_process/potato