Add supplies to restock vending machines. (#11506)

This commit is contained in:
Vordenburg
2023-01-01 18:42:56 -05:00
committed by GitHub
parent d9be09b034
commit 5553976d70
43 changed files with 1625 additions and 15 deletions

View File

@@ -0,0 +1,91 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Original source: https://github.com/tgstation/tgstation/blob/master/icons/obj/vending_restock.dmi @ commit 014c44ef6279beb02a5f3e76824439fa57181c22 - Additions and cleanup by @Vordenburg",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "base"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "green_bit"
},
{
"name": "refill_booze"
},
{
"name": "refill_chinese"
},
{
"name": "refill_clothes"
},
{
"name": "refill_cola"
},
{
"name": "refill_costume"
},
{
"name": "refill_custom"
},
{
"name": "refill_dinner"
},
{
"name": "refill_discount"
},
{
"name": "refill_donksoft"
},
{
"name": "refill_donuts"
},
{
"name": "refill_engi"
},
{
"name": "refill_games"
},
{
"name": "refill_joe"
},
{
"name": "refill_medical"
},
{
"name": "refill_parts"
},
{
"name": "refill_plant"
},
{
"name": "refill_ptech"
},
{
"name": "refill_salvage"
},
{
"name": "refill_sec"
},
{
"name": "refill_smoke"
},
{
"name": "refill_snack"
},
{
"name": "refill_tanks"
}
]
}