mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 16:46:28 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user