From 8e355a867c4843db40d8df1bf12aefa29154c8f7 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Tue, 10 Jan 2017 21:40:54 -0500 Subject: [PATCH] Fixing Food Runtime --- code/modules/reagents/chemistry/reagents/food.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/food.dm b/code/modules/reagents/chemistry/reagents/food.dm index 52a0f2e8a24..fa37e5544e7 100644 --- a/code/modules/reagents/chemistry/reagents/food.dm +++ b/code/modules/reagents/chemistry/reagents/food.dm @@ -517,8 +517,6 @@ description = "Some cheese. Pour it out to make it solid." reagent_state = SOLID color = "#FFFF00" - metabolization_rate = 0 //heheheh - nutriment_factor = 0 /datum/reagent/consumable/cheese/on_mob_life(mob/living/M) if(prob(3)) @@ -548,9 +546,7 @@ description = "Hell, I don't even know if this IS cheese. Whatever it is, it ain't normal. If you want to, pour it out to make it solid." reagent_state = SOLID color = "#50FF00" - metabolization_rate = 0 //heheheh addiction_chance = 5 - nutriment_factor = 0 /datum/reagent/consumable/weird_cheese/on_mob_life(mob/living/M) if(prob(5))