allows for building a meal vendor with fixes

This commit is contained in:
DynaJ0ule
2022-11-22 03:38:55 -05:00
parent 282588c9a0
commit 1ad2e7e035
2 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ GLOBAL_VAR_INIT(vending_m_choices, list(
"Meal Vendor" = image(icon = 'icons/obj/vending.dmi', icon_state = "mealdor"),
"GATO Vending Machine" = image(icon = 'icons/obj/vending.dmi', icon_state = "cola_black"),
))
// This GLOBAL list is just here to be here.
// This GLOBAL list is used in the vending machine circuit board code.
GLOBAL_VAR_INIT(vending_machines, list(
/obj/machinery/vending/boozeomat,
/obj/machinery/vending/coffee,