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))