diff --git a/code/modules/client/stored_item.dm b/code/modules/client/stored_item.dm index 6ce1a4c524..d2210b2245 100644 --- a/code/modules/client/stored_item.dm +++ b/code/modules/client/stored_item.dm @@ -246,3 +246,7 @@ persist_storable = FALSE /obj/item/weapon/reagent_containers/food/snacks/grown persist_storable = FALSE +/obj/item/weapon/stock_parts + persist_storable = FALSE +/obj/item/weapon/rcd + persist_storable = FALSE \ No newline at end of file