From 517a6d71efc5c2b3105b75483ddd68dc9b647afc Mon Sep 17 00:00:00 2001 From: Ragolution Date: Fri, 14 Dec 2018 01:45:39 -0500 Subject: [PATCH] Revert "Update drinks.dm" This reverts commit f76d93a3687f4cd5719f770a342c9e355113f44e. --- code/modules/food_and_drinks/drinks/drinks.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/food_and_drinks/drinks/drinks.dm b/code/modules/food_and_drinks/drinks/drinks.dm index 3c541c7b3b..9256f5bdd1 100644 --- a/code/modules/food_and_drinks/drinks/drinks.dm +++ b/code/modules/food_and_drinks/drinks/drinks.dm @@ -328,9 +328,9 @@ desc = "Milk for cool kids!" foodtype = SUGAR if("eggnog") - icon_state = "nog3" - name = "glass of eggnog" - desc = "The traditional way to get hammered at a Christmas party." + icon_state = "nog2" + name = "carton of eggnog" + desc = "For enjoying the most wonderful time of the year." foodtype = MEAT else icon_state = "juicebox"