From f2b61474324888ed7e1ff5a761f2261122a1cefe Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Wed, 30 May 2012 16:36:57 -0700 Subject: [PATCH] Whoops! --- code/modules/food/food.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food/food.dm b/code/modules/food/food.dm index 2509894e131..4baee5736aa 100644 --- a/code/modules/food/food.dm +++ b/code/modules/food/food.dm @@ -2043,7 +2043,7 @@ user << "You cannot add flavoring to an already flavored ration, however bland it may be." return - user.visible_message("\The [user] adds [prob(30) ? "some of" : ""] \a [W] to \a [src], mixing it into [W.decriptor] gruel.",\ + user.visible_message("\The [user] adds [prob(30) ? "some of" : ""] \a [W] to \a [src], mixing it into [W.descriptor] gruel.",\ "You add \the [W] into your bland [src]. As you mix it into a grotesquely [W.color] paste, you reflect that this was not a wise decision.",\ "You hear a small tinfoil package being ripped open, then the sound of a thick paste being mixed.") name = "[W.color] \"LiquidFood\" ration"