mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-17 01:54:25 +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
|
||||
|
||||
@@ -39908,7 +39908,7 @@
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/rnd/outpost/xenobiology/outpost_hallway)
|
||||
"hKp" = (
|
||||
/obj/machinery/vending/foodasian,
|
||||
/obj/random/vendorall,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/surfacebase/cafeteria)
|
||||
"hLd" = (
|
||||
|
||||
Reference in New Issue
Block a user