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"