From 145e1f1604c0c2d4f2b1674faec7dc711437afa7 Mon Sep 17 00:00:00 2001 From: tralezab Date: Wed, 23 Dec 2020 15:58:39 -0800 Subject: [PATCH] oops, the most important part! --- code/datums/components/grillable.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/components/grillable.dm b/code/datums/components/grillable.dm index c31464b8fc2..ba8a35f77df 100644 --- a/code/datums/components/grillable.dm +++ b/code/datums/components/grillable.dm @@ -1,4 +1,5 @@ /datum/component/grillable + dupe_mode = COMPONENT_DUPE_UNIQUE_PASSARGS // So you can change grill results with various cookstuffs ///Result atom type of grilling this object var/atom/cook_result ///Amount of time required to cook the food