Renamed old snake_case IDs to PascalCase IDs (#28014)

* Renamed soda_dispenser to SodaDispenser

* oops, wrong time

* oops

* guidebook

* chem_master
This commit is contained in:
Tunguso4ka 2024-05-15 02:57:42 +03:00 committed by null
parent 855dd9e38f
commit ff60f6a782
No known key found for this signature in database
GPG Key ID: 212F05528FD678BE
7 changed files with 13 additions and 9 deletions

View File

@ -322,3 +322,7 @@ ReinforcementRadioSyndicateMonkeyNukeops: ReinforcementRadioSyndicateAncestorNuk
# 2024-05-01
DrinkBottleGoldschlager: DrinkBottleGildlager
# 2024-05-14
soda_dispenser: SodaDispenser
chem_master: ChemMaster

View File

@ -604,7 +604,7 @@
- type: Sprite
state: medical
- type: MachineBoard
prototype: chem_master
prototype: ChemMaster
requirements:
Capacitor: 1
materialRequirements:

View File

@ -1,9 +1,9 @@
- type: entity
id: soda_dispenser
name: soda dispenser
suffix: Filled
parent: ReagentDispenserBase
id: SodaDispenser
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
components:
- type: Rotatable
- type: Sprite
@ -24,9 +24,9 @@
- Bartender
- type: entity
parent: SodaDispenser
id: SodaDispenserEmpty
suffix: Empty
parent: soda_dispenser
components:
- type: ReagentDispenser
storageWhitelist:

View File

@ -1,5 +1,5 @@
- type: entity
id: chem_master
id: ChemMaster
parent: [ BaseMachinePowered, ConstructibleMachine ]
name: ChemMaster 4000
description: An industrial grade chemical manipulator with pill and bottle production included.

View File

@ -10,7 +10,7 @@ While chemists primarily make medications, there's a very wide variety of chemic
<GuideEntityEmbed Entity="ChemDispenser"/>
<GuideEntityEmbed Entity="ChemBag"/>
<GuideEntityEmbed Entity="KitchenReagentGrinder"/>
<GuideEntityEmbed Entity="chem_master"/>
<GuideEntityEmbed Entity="ChemMaster"/>
</Box>
<Box>
<GuideEntityEmbed Entity="LargeBeaker"/>

View File

@ -17,6 +17,6 @@ Right now, medbay is divided into two different sets of care:
<GuideEntityEmbed Entity="ChemDispenser"/>
<GuideEntityEmbed Entity="LargeBeaker"/>
<GuideEntityEmbed Entity="PillCanister"/>
<GuideEntityEmbed Entity="chem_master"/>
<GuideEntityEmbed Entity="ChemMaster"/>
</Box>
</Document>

View File

@ -7,7 +7,7 @@ The materials for these drinks can be found in various places:
</Box>
<Box>
<GuideEntityEmbed Entity="BoozeDispenser"/>
<GuideEntityEmbed Entity="soda_dispenser"/>
<GuideEntityEmbed Entity="SodaDispenser"/>
<GuideEntityEmbed Entity="VendingMachineBooze"/>
</Box>