Add vg clothing to the vending machines (#221)
* Adds in clothing from the /vg/ rip * adds clothing from the /vg/ rip * Update machines to add VG clothing Now with better tabulation and grouping! * Update vending machines to have VG clothing "TalkingCactus: it's the fact that it's 100x easier to read when it's vertical"
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(54, 23, 3)// of 94 standard, 6 contraband, 9 premium
|
||||
init_charges = list(54, 23, 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(35, 13, 4)// of 101 standard, 12 contraband, 10 premium(?)
|
||||
init_charges = list(35, 13, 4)
|
||||
|
||||
Reference in New Issue
Block a user