Art supply crate (#34500)

* add artsupply vendomat pack

* adds cargo option

* vending not vendingpack
This commit is contained in:
SonixApache
2023-07-03 20:54:45 +02:00
committed by GitHub
parent 2d347e669a
commit b2480f35eb
2 changed files with 15 additions and 1 deletions

View File

@@ -2888,3 +2888,12 @@ var/list/all_supply_groups = list("Supplies","Clothing","Security","Hospitality"
containertype = /obj/structure/stackopacks
containername = "\improper Meat Fridge stack of packs"
group = "Vending Machine packs"
/datum/supply_packs/art
name = "Art Supply stack of packs"
contains = list(/obj/machinery/vending/art,
/obj/machinery/vending/art)
cost = 20
containertype = /obj/structure/stackopacks
containername = "\improper Le Patron des Arts stack of packs"
group = "Vending Machine packs"

View File

@@ -321,4 +321,9 @@
name = "Meat Fridge recharge pack"
desc = "You could return it to cargo or just flatten it. The label looks like it was partially cut off."
targetvendomat = /obj/machinery/vending/meat
icon_state = "meat"
icon_state = "meat"
/obj/structure/vendomatpack/artsupply
name = "\improper Le Patron des Arts recharge pack"
targetvendomat = /obj/machinery/vending/art
icon_state = "circus"