mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-30 02:44:26 +00:00
Cargo-Orderable-Coffee-Dispenser
Simply adds the coffee dispenser as an orderable item from cargo!
This commit is contained in:
@@ -28,6 +28,16 @@
|
||||
containername = "soda dispenser crate"
|
||||
group = "Reagents"
|
||||
|
||||
/datum/supply_pack/coffee_dispenser
|
||||
name = "Coffee dispenser"
|
||||
contains = list(
|
||||
/obj/machinery/chemical_dispenser/bar_coffee{anchored = FALSE}
|
||||
)
|
||||
cost = 25
|
||||
containertype = /obj/structure/largecrate
|
||||
containername = "coffee dispenser crate"
|
||||
group = "Reagents"
|
||||
|
||||
/datum/supply_pack/reagents
|
||||
name = "Chemistry dispenser refill"
|
||||
contains = list(
|
||||
|
||||
Reference in New Issue
Block a user