diff --git a/code/game/objects/items/weapons/vending_items.dm b/code/game/objects/items/weapons/vending_items.dm index dbee67e6a4b..cf59188d5d6 100644 --- a/code/game/objects/items/weapons/vending_items.dm +++ b/code/game/objects/items/weapons/vending_items.dm @@ -34,8 +34,8 @@ /obj/item/weapon/vending_refill/boozeomat machine_name = "Booze-O-Mat" icon_state = "refill_booze" - charges = list(55, 4, 0)//of 159 standard, 12 contraband - init_charges = list(55, 4, 0) + charges = list(53, 4, 0)//of 159 standard, 12 contraband + init_charges = list(53, 4, 0) /obj/item/weapon/vending_refill/coffee machine_name = "Solar's Best Hot Drinks" diff --git a/code/modules/food&drinks/drinks/drinks.dm b/code/modules/food&drinks/drinks/drinks.dm index 33cccab9eb8..1d1888053d0 100644 --- a/code/modules/food&drinks/drinks/drinks.dm +++ b/code/modules/food&drinks/drinks/drinks.dm @@ -234,7 +234,7 @@ /obj/item/weapon/reagent_containers/food/drinks/flask name = "flask" - desc = "A flask indicating you drink a lot." + desc = "Every good spaceman knows it's a good idea to bring along a couple of pints of whiskey wherever they go." icon_state = "flask" materials = list(MAT_METAL=250) volume = 60