From: Tunguso4ka <71643624+Tunguso4ka@users.noreply.github.com> Date: Tue, 14 May 2024 23:57:42 +0000 (+0300) Subject: Renamed old snake_case IDs to PascalCase IDs (#28014) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=9e8920c9aacc5f7aa19848ef36ae9ad3ce1c6364;p=space-station-14.git Renamed old snake_case IDs to PascalCase IDs (#28014) * Renamed soda_dispenser to SodaDispenser * oops, wrong time * oops * guidebook * chem_master --- diff --git a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml index b3fc840aaf..7f25d00a05 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml @@ -553,7 +553,7 @@ - type: Sprite state: medical - type: MachineBoard - prototype: chem_master + prototype: ChemMaster requirements: Capacitor: 1 materialRequirements: diff --git a/Resources/Prototypes/Entities/Structures/Dispensers/soda.yml b/Resources/Prototypes/Entities/Structures/Dispensers/soda.yml index 72468973ee..e3042c798c 100644 --- a/Resources/Prototypes/Entities/Structures/Dispensers/soda.yml +++ b/Resources/Prototypes/Entities/Structures/Dispensers/soda.yml @@ -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: diff --git a/Resources/Prototypes/Entities/Structures/Machines/chem_master.yml b/Resources/Prototypes/Entities/Structures/Machines/chem_master.yml index 4e565054b4..d78ed1182c 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/chem_master.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/chem_master.yml @@ -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. diff --git a/Resources/ServerInfo/Guidebook/Medical/Chemist.xml b/Resources/ServerInfo/Guidebook/Medical/Chemist.xml index 05b853d188..caced42bdf 100644 --- a/Resources/ServerInfo/Guidebook/Medical/Chemist.xml +++ b/Resources/ServerInfo/Guidebook/Medical/Chemist.xml @@ -10,7 +10,7 @@ While chemists primarily make medications, there's a very wide variety of chemic - + diff --git a/Resources/ServerInfo/Guidebook/Medical/Medical.xml b/Resources/ServerInfo/Guidebook/Medical/Medical.xml index 22a4149833..5924a569eb 100644 --- a/Resources/ServerInfo/Guidebook/Medical/Medical.xml +++ b/Resources/ServerInfo/Guidebook/Medical/Medical.xml @@ -17,6 +17,6 @@ Right now, medbay is divided into two different sets of care: - + diff --git a/Resources/ServerInfo/Guidebook/Service/Bartender.xml b/Resources/ServerInfo/Guidebook/Service/Bartender.xml index b7599fc0d1..fd54bdeef0 100644 --- a/Resources/ServerInfo/Guidebook/Service/Bartender.xml +++ b/Resources/ServerInfo/Guidebook/Service/Bartender.xml @@ -7,7 +7,7 @@ The materials for these drinks can be found in various places: - + diff --git a/Resources/migration.yml b/Resources/migration.yml index e5131783d2..28d63be992 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -335,3 +335,7 @@ ReinforcementRadioSyndicateMonkeyNukeops: ReinforcementRadioSyndicateAncestorNuk # 2024-05-01 DrinkBottleGoldschlager: DrinkBottleGildlager + +# 2024-05-14 +soda_dispenser: SodaDispenser +chem_master: ChemMaster