Merge pull request #335 from TaxMaster/VendingPartDuo
VG Vending 2: Free Market Boogaloo
This commit is contained in:
@@ -63,11 +63,11 @@
|
||||
/obj/item/weapon/vending_refill/autodrobe
|
||||
machine_name = "AutoDrobe"
|
||||
icon_state = "refill_costume"
|
||||
charges = list(31, 2, 3)// of 94 standard, 6 contraband, 9 premium
|
||||
init_charges = list(27, 2, 3)
|
||||
charges = list(33, 2, 3)// of 97 standard, 6 contraband, 9 premium
|
||||
init_charges = list(33, 2, 3)
|
||||
|
||||
/obj/item/weapon/vending_refill/clothing
|
||||
machine_name = "ClothesMate"
|
||||
icon_state = "refill_clothes"
|
||||
charges = list(31, 4, 4)// of 101 standard, 12 contraband, 10 premium(?)
|
||||
init_charges = list(31, 4, 4)
|
||||
charges = list(39, 7, 4)// of 115 standard, 18 contraband, 10 premium(?)
|
||||
init_charges = list(39, 7, 4)
|
||||
|
||||
Reference in New Issue
Block a user