mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-07 04:12:51 +01:00
7 lines
231 B
Plaintext
7 lines
231 B
Plaintext
/datum/supply_pack/supply/foodcubes
|
|
name = "Emergency food cubes"
|
|
contains = list(
|
|
/obj/machinery/vending/emergencyfood/filled = 1)
|
|
cost = 75
|
|
containertype = /obj/structure/closet/crate/freezer
|
|
containername = "food cubes" |