diff --git a/code/modules/reagents/reagent_containers/food/z_custom_food_vr.dm b/code/modules/reagents/reagent_containers/food/z_custom_food_vr.dm index 7e3a8d5a35..7caa7f9f60 100644 --- a/code/modules/reagents/reagent_containers/food/z_custom_food_vr.dm +++ b/code/modules/reagents/reagent_containers/food/z_custom_food_vr.dm @@ -48,8 +48,10 @@ var/global/ingredientLimit = 20 return*/ user.drop_item() I.forceMove(src) - - S.reagents.trans_to(src,S.reagents.total_volume) + + if(S.reagents) + S.reagents.trans_to(src,S.reagents.total_volume) + ingredients += S if(src.addTop)