From 49a15b027afd9b19edc0e9cba864c5a065fbeff8 Mon Sep 17 00:00:00 2001 From: RachelDoe <81965332+RachelDoe@users.noreply.github.com> Date: Mon, 28 Jun 2021 03:50:50 +0200 Subject: [PATCH] Prevent Portallights from being deepfried? Tested and confirmed working. This edit will prevent portallights from being deepfried. I will leave the decision to either merge or reject this PR to the admin looking into this. This literally took me like five minutes so don't feel bad if you need to kick this if its not aligning to the vision of the server. --- code/modules/food_and_drinks/kitchen_machinery/deep_fryer.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/food_and_drinks/kitchen_machinery/deep_fryer.dm b/code/modules/food_and_drinks/kitchen_machinery/deep_fryer.dm index 27ee5481..6bf7fb49 100644 --- a/code/modules/food_and_drinks/kitchen_machinery/deep_fryer.dm +++ b/code/modules/food_and_drinks/kitchen_machinery/deep_fryer.dm @@ -46,7 +46,8 @@ God bless America. /obj/item/reagent_containers/syringe, /obj/item/reagent_containers/food/condiment, /obj/item/storage/part_replacer, - /obj/item/his_grace)) + /obj/item/his_grace, + /obj/item/portallight)) var/datum/looping_sound/deep_fryer/fry_loop /obj/machinery/deepfryer/Initialize()