Skip to content

Commit

Permalink
Add 4 Missing Vendors To Vendor Spawners (#639)
Browse files Browse the repository at this point in the history
# Description

#400 added 4 new
vendors that were never implemented in the game's spawners, so they
never actually appeared ingame. This PR adds them to random vendor
spawners, so that they'll show up on stations.

# Changelog

:cl:
- add: SweatMAX, "hot foods", Mars Mart, and Nippon-tan vendors have all
been added to vendor spawners.
  • Loading branch information
VMSolidus committed Aug 4, 2024
1 parent 1509caa commit f6a5a2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@
- VendingMachineSoda
- VendingMachineStarkist
- VendingMachineSpaceUp
- VendingMachineFitness
- VendingMachineHotfood
- VendingMachineSolsnack
- VendingMachineWeeb
chance: 1
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@
- VendingMachineSoda
- VendingMachineStarkist
- VendingMachineSpaceUp
- VendingMachineFitness
chance: 1

0 comments on commit f6a5a2f

Please sign in to comment.