Smole vending tweak

Swaps the asian food vendor for a random vendor spawner, and adds altevian food vendor to the random vendor spawner
This commit is contained in:
VerySoft
2022-10-02 14:42:43 -04:00
parent 4215e8f6e1
commit 41b9092bb3
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -83,7 +83,8 @@
prob(5);/obj/machinery/vending/snlvend,
prob(5);/obj/machinery/vending/sovietsoda,
prob(5);/obj/machinery/vending/sovietvend,
prob(5);/obj/machinery/vending/radren) //VOREStation Edit End
prob(5);/obj/machinery/vending/radren,
prob(3);/obj/machinery/vending/altevian) //VOREStation Edit End
/obj/random/vendorfood //Random food vendors for station use
name = "random snack vending machine"
@@ -1660,4 +1661,4 @@
prob(2);list(/obj/item/mecha_parts/mecha_equipment/weapon/energy/flamer/rigged),
prob(1);list(/obj/item/mecha_parts/mecha_equipment/tool/drill/diamonddrill),
)
//VOREStation Add End
//VOREStation Add End