From 83812f3b0154f792d7c5b0c3cb2e80a15f1d0cf0 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Thu, 14 Sep 2023 20:44:23 -0400 Subject: [PATCH] :yea: (#22363) --- code/modules/food_and_drinks/kitchen_machinery/gibber.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food_and_drinks/kitchen_machinery/gibber.dm b/code/modules/food_and_drinks/kitchen_machinery/gibber.dm index 3c377ecb805..8497cd19af8 100644 --- a/code/modules/food_and_drinks/kitchen_machinery/gibber.dm +++ b/code/modules/food_and_drinks/kitchen_machinery/gibber.dm @@ -297,7 +297,7 @@ for(var/obj/item/I in H.get_contents()) if(I.resistance_flags & INDESTRUCTIBLE) I.forceMove(get_turf(src)) - if(H.get_item_by_slot(slot_wear_suit)) + if(H.get_item_by_slot(slot_s_store)) var/obj/item/ws = H.get_item_by_slot(slot_s_store) if(ws.resistance_flags & INDESTRUCTIBLE) ws.forceMove(get_turf(src))