fix deep-fried anything recipe collision (#29114)

This commit is contained in:
warriorstar-orion
2025-04-26 14:10:45 -04:00
committed by GitHub
parent 1c5dc033e1
commit fc9958dac8
3 changed files with 18 additions and 3 deletions
@@ -10,6 +10,8 @@ RESTRICT_TYPE(/datum/cooking/recipe_step)
/datum/cooking/recipe_step/proc/check_conditions_met(obj/used_item, datum/cooking/recipe_tracker/tracker)
SHOULD_CALL_PARENT(FALSE)
SHOULD_BE_PURE(TRUE)
return PCWJ_CHECK_VALID
/// Attempt to satisfy the requirements of this step with the object *used_item*