7 lines
360 B
Plaintext
7 lines
360 B
Plaintext
/datum/supply_pack/vending/mealdor
|
|
name = "Meal Vendor Supply Crate"
|
|
desc = "Suprising one to order. If you need a refill for the meal vendor, someone's immobile somewhere. And since you managed to make it to cargo... Well it's not our job to say no!"
|
|
cost = 10000
|
|
contains = list(/obj/item/vending_refill/mealdor)
|
|
crate_name = "meal vendor supply crate"
|