mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-26 06:26:17 +01:00
allows for building a meal vendor with fixes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user