This commit is contained in:
Metis
2024-09-18 21:34:12 -04:00
parent 28193ab215
commit 4c1656f24d
14 changed files with 61 additions and 67 deletions
@@ -0,0 +1,6 @@
/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"
@@ -153,3 +153,6 @@
/area/ruin/powered/gluttony
icon_state = "dk_yellow"
/area/ruin/powered/beach
icon_state = "dk_yellow"
@@ -26,4 +26,9 @@
/obj/item/vending_refill/mealdor
machine_name = "Meal Vendor Refill"
icon = 'GainStation13/icons/obj/vending_restock.dmi'
icon_state = "refill_mealdor"
/obj/machinery/vending
/// Are the products inside free?
var/free = FALSE