diff --git a/code/modules/food_and_drinks/drinks/drinks.dm b/code/modules/food_and_drinks/drinks/drinks.dm index 7b9c38fb19a..10611fb79d1 100644 --- a/code/modules/food_and_drinks/drinks/drinks.dm +++ b/code/modules/food_and_drinks/drinks/drinks.dm @@ -359,10 +359,10 @@ name = "Drink bag" desc = "Normally put in wine boxes, or down pants at stadium events." icon_state = "goonbag" - volume = 150 + volume = 70 /obj/item/weapon/reagent_containers/food/drinks/bag/goonbag name = "Goon from a Blue Toolbox special edition" desc = "Wine from the land down under, where the dingos roam and the roos do wander." icon_state = "goonbag" - list_reagents = list("wine" = 150) \ No newline at end of file + list_reagents = list("wine" = 70) \ No newline at end of file