fix baps when adding ingredients to kitchen machines (#28138)

This commit is contained in:
warriorstar-orion
2025-01-27 04:39:33 +00:00
committed by GitHub
parent c18ef364e6
commit 9bf8b927b4
@@ -113,6 +113,8 @@
add_item(S, user)
else
add_item(used, user)
return ITEM_INTERACT_COMPLETE
else if(is_type_in_list(used, list(/obj/item/reagent_containers/glass, /obj/item/reagent_containers/drinks, /obj/item/reagent_containers/condiment)))
if(!used.reagents)
return ITEM_INTERACT_COMPLETE