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
+1
View File
@@ -154,6 +154,7 @@
/obj/item/paper/fluff/ruins/fastfood/general_info
name = "Welcome to GATO!"
icon = 'GainStation13/icons/obj/library.dmi'
icon_state = "book1"
info = "We are glad to have you be a part of our galaxy-wide GATO franchise locations! As a restaurant worker / manager, you are a part of the GATO Corp and for security purposes, you may be treated as a part of the General Station 13's crew. Make sure to keep your restaurant clean and well-stocked. Good luck!"
@@ -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