From: eoineoineoin Date: Mon, 28 Jul 2025 13:27:21 +0000 (+0100) Subject: Make BoozeDispenserEmpty actually empty (#39067) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=e2d96f1f4921d229ef92a3b6dc7850ce720b9748;p=space-station-14.git Make BoozeDispenserEmpty actually empty (#39067) * Make BoozeDispenserEmpty actually empty * Make SodaDispenserEmpty actually empty * Remove whitespace --- diff --git a/Resources/Prototypes/Entities/Structures/Dispensers/booze.yml b/Resources/Prototypes/Entities/Structures/Dispensers/booze.yml index ea394c3c1b..4f03403e25 100644 --- a/Resources/Prototypes/Entities/Structures/Dispensers/booze.yml +++ b/Resources/Prototypes/Entities/Structures/Dispensers/booze.yml @@ -1,7 +1,7 @@ - type: entity - id: BoozeDispenser + id: BoozeDispenserEmpty name: booze dispenser - suffix: Filled + suffix: Empty description: A booze dispenser with a single slot for a container to be filled. parent: ReagentDispenserBase components: @@ -15,6 +15,22 @@ whitelist: tags: - DrinkBottle + - type: Transform + noRot: false + - type: Machine + board: BoozeDispenserMachineCircuitboard + - type: GuideHelp + guides: + - Bartender + - Drinks + - type: StealTarget + stealGroup: BoozeDispenser + +- type: entity + id: BoozeDispenser + suffix: Filled + parent: BoozeDispenserEmpty + components: - type: StorageFill contents: - id: DrinkAleBottleFullGrowler @@ -29,23 +45,3 @@ - id: DrinkVodkaBottleFull - id: DrinkWhiskeyBottleFull - id: DrinkWineBottleFull - - type: Transform - noRot: false - - type: Machine - board: BoozeDispenserMachineCircuitboard - - type: GuideHelp - guides: - - Bartender - - Drinks - - type: StealTarget - stealGroup: BoozeDispenser - -- type: entity - id: BoozeDispenserEmpty - suffix: Empty - parent: BoozeDispenser - components: - - type: Storage - whitelist: - tags: - - DrinkBottle diff --git a/Resources/Prototypes/Entities/Structures/Dispensers/soda.yml b/Resources/Prototypes/Entities/Structures/Dispensers/soda.yml index 75a1a485aa..6df6d595d2 100644 --- a/Resources/Prototypes/Entities/Structures/Dispensers/soda.yml +++ b/Resources/Prototypes/Entities/Structures/Dispensers/soda.yml @@ -1,9 +1,9 @@ - type: entity parent: ReagentDispenserBase - id: SodaDispenser + id: SodaDispenserEmpty name: soda dispenser description: A beverage dispenser with a selection of soda and several other common beverages. Has a single fill slot for containers. - suffix: Filled + suffix: Empty components: - type: Rotatable - type: Sprite @@ -15,6 +15,20 @@ whitelist: tags: - DrinkBottle + - type: Transform + noRot: false + - type: Machine + board: SodaDispenserMachineCircuitboard + - type: GuideHelp + guides: + - Bartender + - Drinks + +- type: entity + parent: SodaDispenserEmpty + id: SodaDispenser + suffix: Filled + components: - type: StorageFill contents: - id: DrinkCoconutWaterJug @@ -36,16 +50,3 @@ - id: DrinkTeaJug - id: DrinkTonicWaterBottleFull - id: DrinkWaterMelonJuiceJug - - type: Transform - noRot: false - - type: Machine - board: SodaDispenserMachineCircuitboard - - type: GuideHelp - guides: - - Bartender - - Drinks - -- type: entity - parent: SodaDispenser - id: SodaDispenserEmpty - suffix: Empty