From 070c956e254a2615fc52e504793e00068deec642 Mon Sep 17 00:00:00 2001 From: "baloh.matevz" Date: Sun, 29 Jul 2012 04:01:41 +0000 Subject: [PATCH] I forgot a ..() call in my last commit. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4208 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/food/food.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/food/food.dm b/code/modules/food/food.dm index ad220a5f275..d9a620d526e 100644 --- a/code/modules/food/food.dm +++ b/code/modules/food/food.dm @@ -197,6 +197,8 @@ usr << "\blue You color \the [C] [clr]" icon_state = "egg-[clr]" color = clr + else + ..() /obj/item/weapon/reagent_containers/food/snacks/egg/blue icon_state = "egg-blue"