mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
fix deep-fried anything recipe collision (#29114)
This commit is contained in:
committed by
GitHub
parent
1c5dc033e1
commit
fc9958dac8
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user