From 1d281e8a6fd9ed44122217ed1901e933d9f738d6 Mon Sep 17 00:00:00 2001 From: FalseIncarnate Date: Mon, 21 Dec 2015 00:42:27 -0500 Subject: [PATCH] Cocoa spawning revert --- code/modules/reagents/newchem/food.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/reagents/newchem/food.dm b/code/modules/reagents/newchem/food.dm index 20661ecd1ce..713672abb23 100644 --- a/code/modules/reagents/newchem/food.dm +++ b/code/modules/reagents/newchem/food.dm @@ -141,10 +141,8 @@ datum/reagent/honey/reaction_turf(var/turf/T, var/volume) /datum/reagent/chocolate/reaction_turf(var/turf/T, var/volume) src = null - var/volume_left = volume - while(volume_left >= 5) + if(volume >= 5) new /obj/item/weapon/reagent_containers/food/snacks/cocoa_pile(T) - volume_left -= 5 return /datum/reagent/mugwort