diff --git a/code/modules/reagents/reagent_containers/food/drinks/shotglass.dm b/code/modules/reagents/reagent_containers/food/drinks/shotglass.dm index a690b1400d4..c751bfa7977 100644 --- a/code/modules/reagents/reagent_containers/food/drinks/shotglass.dm +++ b/code/modules/reagents/reagent_containers/food/drinks/shotglass.dm @@ -1,6 +1,6 @@ /obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass name = "shot glass" - desc = "A smaller glass for bigger beverages." + desc = "It's not the size tha matters; it's how you use it." icon_state = "shotglass" amount_per_transfer_from_this = 10 volume = 15