Make BoozeDispenserEmpty actually empty (#39067)

* Make BoozeDispenserEmpty actually empty

* Make SodaDispenserEmpty actually empty

* Remove whitespace
This commit is contained in:
eoineoineoin
2025-07-28 14:27:21 +01:00
committed by GitHub
parent b77b533e1f
commit e2d96f1f49
2 changed files with 34 additions and 37 deletions

View File

@@ -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

View File

@@ -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