From b6df1126bbd953b7f639cfe6de09259b59b7105b Mon Sep 17 00:00:00 2001 From: GrayRachnid Date: Wed, 27 Nov 2019 22:52:21 -0500 Subject: [PATCH] Can't I make a PR without having to make 2 commits to fix my mistakes oh my god --- code/modules/food_and_drinks/food/customizables.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food_and_drinks/food/customizables.dm b/code/modules/food_and_drinks/food/customizables.dm index a13d8dca39..8724841643 100644 --- a/code/modules/food_and_drinks/food/customizables.dm +++ b/code/modules/food_and_drinks/food/customizables.dm @@ -33,7 +33,7 @@ size = "big" if(ingredients.len>8) size = "huge" - if(ingrenients.len>16) + if(ingredients.len>16) size = "monster" . += "It contains [ingredients.len?"[ingredients_listed]":"no ingredient, "]making a [size]-sized [initial(name)]."