mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 07:59:08 +01:00
GATO Vending Machine fix!!
This commit is contained in:
@@ -37,6 +37,7 @@ GLOBAL_VAR_INIT(vending_m_choices, list(
|
||||
"NanoMed" = image(icon = 'icons/obj/vending.dmi', icon_state = "wallmed"),
|
||||
"KinkMate" = image(icon = 'icons/obj/citvending.dmi', icon_state = "kink"),
|
||||
"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.
|
||||
GLOBAL_VAR_INIT(vending_machines, list(
|
||||
@@ -76,5 +77,6 @@ GLOBAL_VAR_INIT(vending_machines, list(
|
||||
/obj/machinery/vending/medical,
|
||||
/obj/machinery/vending/wallmed,
|
||||
/obj/machinery/vending/kink,
|
||||
/obj/machinery/vending/mealdor
|
||||
/obj/machinery/vending/mealdor,
|
||||
/obj/machinery/vending/gato
|
||||
))
|
||||
|
||||
@@ -40,12 +40,6 @@
|
||||
/obj/machinery/vending/cola/blue
|
||||
icon_state = "Cola_Machine"
|
||||
|
||||
/obj/machinery/vending/cola/black
|
||||
icon_state = "cola_black"
|
||||
name = "\improper GATO Vending Machine"
|
||||
desc = "A GATO constructed vending machine, hopefully it can satisfy you."
|
||||
product_slogans = "Meoow!~ New sodas are now here!!"
|
||||
|
||||
/obj/machinery/vending/cola/red
|
||||
icon_state = "red_cola"
|
||||
name = "\improper Space Cola Vendor"
|
||||
|
||||
Reference in New Issue
Block a user