Merge pull request #4308 from Citadel-Station-13/upstream-merge-33418

[MIRROR] Fixes booze-o-mats not having booze
This commit is contained in:
deathride58
2017-12-10 21:42:58 +00:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -37,8 +37,8 @@
/obj/item/vending_refill/boozeomat
machine_name = "Booze-O-Mat"
icon_state = "refill_booze"
charges = list(54, 4, 0)//of 159 standard, 12 contraband
init_charges = list(54, 4, 0)
charges = list(58, 4, 0)//of 174 standard, 12 contraband
init_charges = list(58, 4, 0)
/obj/item/vending_refill/coffee
machine_name = "Solar's Best Hot Drinks"