mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Art supply crate (#34500)
* add artsupply vendomat pack * adds cargo option * vending not vendingpack
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user