From f6a5a2fe7e76892ddd0c1148fc61d54499e12a6c Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Sun, 4 Aug 2024 02:26:34 -0400 Subject: [PATCH 1/2] Add 4 Missing Vendors To Vendor Spawners (#639) # Description https://github.com/Simple-Station/Einstein-Engines/pull/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. --- .../Prototypes/Entities/Markers/Spawners/Random/vending.yml | 4 ++++ .../Entities/Markers/Spawners/Random/vendingdrinks.yml | 1 + 2 files changed, 5 insertions(+) diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/vending.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/vending.yml index d55a7916b46..ca68d7df53b 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/vending.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/vending.yml @@ -31,4 +31,8 @@ - VendingMachineSoda - VendingMachineStarkist - VendingMachineSpaceUp + - VendingMachineFitness + - VendingMachineHotfood + - VendingMachineSolsnack + - VendingMachineWeeb chance: 1 diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/vendingdrinks.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/vendingdrinks.yml index a911b7ebfc0..1e452098531 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/vendingdrinks.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/vendingdrinks.yml @@ -22,4 +22,5 @@ - VendingMachineSoda - VendingMachineStarkist - VendingMachineSpaceUp + - VendingMachineFitness chance: 1 From 1c26a1064595eb1956726b59a566a2d11aa5a142 Mon Sep 17 00:00:00 2001 From: SimpleStation Changelogs Date: Sun, 4 Aug 2024 06:26:57 +0000 Subject: [PATCH 2/2] Automatic Changelog Update (#639) --- Resources/Changelog/Changelog.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index f947f711fb2..878c3a83447 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -4861,3 +4861,11 @@ Entries: anything other than grey. id: 6208 time: '2024-08-04T00:23:53.0000000+00:00' +- author: VMSolidus + changes: + - type: Add + message: >- + SweatMAX, "hot foods", Mars Mart, and Nippon-tan vendors have all been + added to vendor spawners. + id: 6209 + time: '2024-08-04T06:26:34.0000000+00:00'