From 03a8b46e97e398d824b2a015490af7f454e95d06 Mon Sep 17 00:00:00 2001 From: Kelenius Date: Fri, 11 Mar 2016 12:16:24 +0300 Subject: [PATCH] Fixes a roundstart runtime --- code/modules/reagents/reagent_containers/food/condiment.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/reagent_containers/food/condiment.dm b/code/modules/reagents/reagent_containers/food/condiment.dm index 552fb80896..d449d25195 100644 --- a/code/modules/reagents/reagent_containers/food/condiment.dm +++ b/code/modules/reagents/reagent_containers/food/condiment.dm @@ -130,7 +130,7 @@ possible_transfer_amounts = list(1,20) amount_per_transfer_from_this = 1 volume = 20 - center_of_mass = null + center_of_mass = list() on_reagent_change() return /obj/item/weapon/reagent_containers/food/condiment/small/saltshaker //Seperate from above since it's a small shaker rather then