diff --git a/code/modules/food&drinks/drinks/drinks/bottle.dm b/code/modules/food&drinks/drinks/drinks/bottle.dm index 5cdfcd67a2c..397df25cea8 100644 --- a/code/modules/food&drinks/drinks/drinks/bottle.dm +++ b/code/modules/food&drinks/drinks/drinks/bottle.dm @@ -157,7 +157,7 @@ /obj/item/weapon/reagent_containers/food/drinks/bottle/bottleofnothing name = "Bottle of Nothing" - desc = "A bottle filled with nothing" + desc = "A bottle filled with nothing." icon_state = "bottleofnothing" list_reagents = list("nothing" = 100) @@ -187,7 +187,7 @@ /obj/item/weapon/reagent_containers/food/drinks/bottle/kahlua name = "Robert Robust's Coffee Liqueur" - desc = "A widely known, Mexican coffee-flavoured liqueur. In production since 1936, HONK" + desc = "A widely known, Mexican coffee-flavoured liqueur. In production since 1936, HONK." icon_state = "kahluabottle" list_reagents = list("kahlua" = 100) diff --git a/code/modules/food&drinks/drinks/drinks/drinkingglass.dm b/code/modules/food&drinks/drinks/drinks/drinkingglass.dm index 054250a96c0..f9d2a23a272 100644 --- a/code/modules/food&drinks/drinks/drinks/drinkingglass.dm +++ b/code/modules/food&drinks/drinks/drinks/drinkingglass.dm @@ -450,7 +450,7 @@ if("vanillapudding") icon_state = "vanillapudding" name = "Vanilla Pudding" - desc = "Whoah, this thing is on FIRE!" + desc = "Tasty." if("cherryshake") icon_state = "cherryshake" name = "Cherry Shake" @@ -470,7 +470,7 @@ if("gibbfloats") icon_state = "gibbfloats" name = "Gibbfloat" - desc = "Dr. Gibb with icecream on top." + desc = "Dr. Gibb with ice cream on top." else icon_state ="glass_brown" var/image/I = image(icon, "glassoverlay")