Fixes booze-o-mats not having booze (#33418)
* Update vending.dm * Update vending.dm * Update vending_items.dm * Adds a missing close parenthisis * I'm drunk and blind, don't sue me * Update vending_items.dm * Update vending_items.dm
This commit is contained in:
committed by
CitadelStationBot
parent
e18457f92e
commit
52da86e214
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user