Merge pull request #809 from Citadel-Station-13/upstream-merge-26933

[MIRROR] Makes medbay vending machines buildable
This commit is contained in:
kevinz000
2017-05-06 14:22:08 -07:00
committed by GitHub
4 changed files with 22 additions and 3 deletions

View File

@@ -71,3 +71,9 @@
icon_state = "refill_clothes"
charges = list(31, 4, 4)// of 101 standard, 12 contraband, 10 premium(?)
init_charges = list(31, 4, 4)
/obj/item/weapon/vending_refill/medical
machine_name = "NanoMed"
icon_state = "refill_medical"
charges = list(26, 5, 3)// of 76 standard, 13 contraband, 8 premium
init_charges = list(26, 5, 3)