From 022d9e573fd80db94a1507a9db6c052d7c7fe8e0 Mon Sep 17 00:00:00 2001 From: TrustyGun Date: Sat, 9 Apr 2016 10:43:35 -0400 Subject: [PATCH] okay mr.phil man --- code/game/objects/items/weapons/vending_items.dm | 4 ++-- code/modules/food&drinks/drinks/drinks.dm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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