maps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user