mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Eris Vending Machine Sprites
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
/obj/machinery/vending
|
/obj/machinery/vending
|
||||||
name = "Vendomat"
|
name = "Vendomat"
|
||||||
desc = "A generic vending machine."
|
desc = "A generic vending machine."
|
||||||
icon = 'icons/obj/vending.dmi'
|
icon = 'icons/obj/vending_vr.dmi' //VOREStation Edit - Eris vending machine sprites
|
||||||
icon_state = "generic"
|
icon_state = "generic"
|
||||||
layer = 2.9
|
layer = 2.9
|
||||||
anchored = 1
|
anchored = 1
|
||||||
|
|||||||
@@ -116,3 +116,14 @@
|
|||||||
)
|
)
|
||||||
contraband = list(/obj/item/weapon/reagent_containers/food/snacks/mysterysoup = 10)
|
contraband = list(/obj/item/weapon/reagent_containers/food/snacks/mysterysoup = 10)
|
||||||
vend_delay = 15
|
vend_delay = 15
|
||||||
|
|
||||||
|
/obj/machinery/vending/weapon_machine
|
||||||
|
name = "Frozen Star Guns&Ammo"
|
||||||
|
desc = "A self-defense equipment vending machine. When you need to take care of that clown."
|
||||||
|
product_slogans = "The best defense is good offense!;Buy for your whole family today!;Nobody can outsmart bullet!;God created man - Frozen Star made them EQUAL!;Nobody can outsmart bullet!;Stupidity can be cured! By LEAD.;Dead kids can't bully your children!"
|
||||||
|
product_ads = "Stunning!;Take justice in your own hands!;LEADearship!"
|
||||||
|
icon_state = "weapon"
|
||||||
|
products = list(/obj/item/device/flash = 6,/obj/item/weapon/reagent_containers/spray/pepper = 6, /obj/item/weapon/gun/projectile/olivaw = 5, /obj/item/weapon/gun/projectile/giskard = 5, /obj/item/ammo_magazine/mg/cl32/rubber = 20)
|
||||||
|
contraband = list(/obj/item/weapon/reagent_containers/food/snacks/syndicake = 6)
|
||||||
|
prices = list(/obj/item/device/flash = 600,/obj/item/weapon/reagent_containers/spray/pepper = 800, /obj/item/weapon/gun/projectile/olivaw = 1600, /obj/item/weapon/gun/projectile/giskard = 1200, /obj/item/ammo_magazine/mg/cl32/rubber = 200)
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
/obj/machinery/seed_storage
|
/obj/machinery/seed_storage
|
||||||
name = "Seed storage"
|
name = "Seed storage"
|
||||||
desc = "It stores, sorts, and dispenses seeds."
|
desc = "It stores, sorts, and dispenses seeds."
|
||||||
icon = 'icons/obj/vending.dmi'
|
icon = 'icons/obj/vending_vr.dmi' //VOREStation Edit - Dunno why this isn't a vending subtype
|
||||||
icon_state = "seeds"
|
icon_state = "seeds"
|
||||||
density = 1
|
density = 1
|
||||||
anchored = 1
|
anchored = 1
|
||||||
|
|||||||
BIN
icons/obj/vending_vr.dmi
Normal file
BIN
icons/obj/vending_vr.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
Reference in New Issue
Block a user