Skip to content

Commit

Permalink
fix baps when adding ingredients to kitchen machines (#28138)
Browse files Browse the repository at this point in the history
  • Loading branch information
warriorstar-orion authored Jan 27, 2025
1 parent c18ef36 commit 9bf8b92
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bf8b92

Please sign in to comment.