Skip to content

Commit

Permalink
Adds a coffee dispenser crate to cargo (#6196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Putnam3145 authored Dec 9, 2023
1 parent 00f037e commit a011509
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/modules/reagents/machinery/dispenser/supply.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
container_name = "soda dispenser crate"
group = "Reagents"

/datum/supply_pack/coffee_dispenser
name = "Coffee dispenser"
contains = list(
/obj/machinery/chemical_dispenser/catering/bar_coffee/unanchored
)
cost = 20
container_type = /obj/structure/largecrate
container_name = "coffee dispenser crate"
group = "Reagents"

/datum/supply_pack/reagent_synth_chemistry
name = "Reagent Synthesis Module - Chemistry"
contains = list(
Expand Down

0 comments on commit a011509

Please sign in to comment.