VS: Update maps for directional vendors

This commit is contained in:
Aronai Sieyes
2020-03-31 13:56:38 -04:00
parent dca2e93209
commit 64b04c17af
9 changed files with 302 additions and 104 deletions
+5 -2
View File
@@ -27,7 +27,6 @@
name = "Dinnerware"
desc = "A kitchen and restaurant equipment vendor."
product_ads = "Mm, food stuffs!;Food and food accessories.;Get your plates!;You like forks?;I like forks.;Woo, utensils.;You don't really need these..."
icon = 'icons/obj/vending_vr.dmi'
icon_state = "dinnerware"
products = list(
/obj/item/weapon/tray = 8,
@@ -1140,7 +1139,8 @@
name = "Thespian's Delight"
desc = "Sometimes nerds need costumes!"
product_ads = "Don't let your art be stifled!;Remember, practice makes perfect!;Break a leg!;Don't make me get the cane!;Thespian's Delight entering stage right!;Costumes for your acting needs!"
icon_state = "Theater_b"
icon = 'icons/obj/vending.dmi'
icon_state = "theater"
products = list(/obj/item/clothing/suit/storage/hooded/carp_costume = 3,
/obj/item/clothing/suit/storage/hooded/carp_costume = 3,
/obj/item/clothing/suit/chickensuit = 3,
@@ -1325,6 +1325,9 @@
products = list(/obj/item/weapon/storage/box/wings/tray = 40)
contraband = list(/obj/item/weapon/storage/box/wings/tray = 20)
/obj/machinery/vending/cola
icon_state = "Soda_Machine"
/obj/machinery/vending/cola/soft
icon = 'icons/obj/vending_vr.dmi'
icon_state = "Cola_Machine"
+1 -1
View File
@@ -20,7 +20,7 @@
/obj/machinery/seed_storage
name = "Seed storage"
desc = "It stores, sorts, and dispenses seeds."
icon = 'icons/obj/vending_vr.dmi' //VOREStation Edit - Dunno why this isn't a vending subtype
icon = 'icons/obj/vending.dmi'
icon_state = "seeds"
density = 1
anchored = 1