GATO Vending Machine fix!!

This commit is contained in:
MrSky12
2022-08-17 15:06:50 +02:00
parent 53acd687c2
commit f99fb1d4b8
10 changed files with 56 additions and 26 deletions
+3 -1
View File
@@ -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
))
-6
View File
@@ -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"