From ae59b072ccfdb7ce806ac6bf392871020fc942f0 Mon Sep 17 00:00:00 2001 From: degradka <69397649+degradka@users.noreply.github.com> Date: Wed, 10 Jan 2024 00:25:38 +0300 Subject: [PATCH] Adjust prototype names to lowercase (#23810) --- Resources/Prototypes/Body/Organs/arachnid.yml | 2 +- Resources/Prototypes/Catalog/Cargo/cargo_vending.yml | 2 +- .../Prototypes/Catalog/Fills/Boxes/syndicate.yml | 2 +- .../Prototypes/Catalog/Fills/Crates/emergency.yml | 4 ++-- .../Prototypes/Catalog/Fills/Crates/vending.yml | 2 +- Resources/Prototypes/Catalog/Fills/Paper/manuals.yml | 2 +- .../Entities/Clothing/Head/eva-helmets.yml | 2 +- Resources/Prototypes/Entities/Clothing/Head/hats.yml | 4 ++-- .../Entities/Clothing/OuterClothing/misc.yml | 2 +- .../Entities/Clothing/OuterClothing/softsuits.yml | 2 +- Resources/Prototypes/Entities/Effects/puddle.yml | 2 +- .../Prototypes/Entities/Mobs/NPCs/dummy_npcs.yml | 2 +- Resources/Prototypes/Entities/Mobs/NPCs/human.yml | 6 +++--- Resources/Prototypes/Entities/Mobs/Player/human.yml | 2 +- .../Prototypes/Entities/Mobs/Player/humanoid.yml | 2 +- .../Prototypes/Entities/Mobs/Player/skeleton.yml | 6 +++--- .../Objects/Consumable/Drinks/drinks-cartons.yml | 2 +- .../Entities/Objects/Consumable/Drinks/drinks.yml | 8 ++++---- .../Objects/Consumable/Drinks/drinks_bottles.yml | 2 +- .../Objects/Consumable/Drinks/drinks_cans.yml | 4 ++-- .../Objects/Consumable/Drinks/drinks_cups.yml | 12 ++++++------ .../Objects/Consumable/Drinks/trash_drinks.yml | 6 +++--- .../Objects/Consumable/Food/Containers/tin.yml | 4 ++-- .../Entities/Objects/Consumable/Food/meals.yml | 2 +- .../Consumable/Smokeables/Cigarettes/cartons.yml | 2 +- .../Entities/Objects/Decoration/present.yml | 2 +- .../Devices/Circuitboards/Machine/production.yml | 2 +- .../Entities/Objects/Devices/cartridges.yml | 4 ++-- Resources/Prototypes/Entities/Objects/Fun/dice.yml | 2 +- Resources/Prototypes/Entities/Objects/Fun/pai.yml | 2 +- .../Prototypes/Entities/Objects/Misc/bedsheets.yml | 6 +++--- .../Prototypes/Entities/Objects/Misc/handy_flags.yml | 4 ++-- .../Entities/Objects/Misc/identification_cards.yml | 10 +++++----- Resources/Prototypes/Entities/Objects/Misc/paper.yml | 6 +++--- .../Prototypes/Entities/Objects/Shields/shields.yml | 4 ++-- .../Entities/Objects/Specific/Chapel/urn.yml | 2 +- .../Entities/Objects/Specific/Kitchen/foodcarts.yml | 4 ++-- .../Entities/Objects/Specific/Medical/disease.yml | 2 +- .../Specific/Medical/handheld_crew_monitor.yml | 4 ++-- .../Specific/Service/vending_machine_restock.yml | 4 ++-- .../Entities/Objects/Tools/spray_painter.yml | 2 +- .../Entities/Objects/Vehicles/buckleable.yml | 2 +- .../Objects/Weapons/Guns/Battery/battery_guns.yml | 2 +- .../Entities/Objects/Weapons/Melee/e_sword.yml | 2 +- .../Structures/Decoration/decorated_fir_tree.yml | 2 +- .../Entities/Structures/Doors/Firelocks/frame.yml | 2 +- .../Structures/Machines/Medical/vaccinator.yml | 2 +- .../Entities/Structures/Machines/fax_machine.yml | 4 ++-- .../Structures/Machines/vending_machines.yml | 8 ++++---- .../Structures/Piping/Atmospherics/miners.yml | 10 +++++----- .../Piping/Disposal/high_pressure_machine_frame.yml | 2 +- .../Entities/Structures/Wallmounts/Signs/flags.yml | 4 ++-- .../Structures/Wallmounts/Signs/paintings.yml | 2 +- .../Entities/Structures/Wallmounts/Signs/posters.yml | 2 +- .../Prototypes/Entities/Structures/Walls/walls.yml | 2 +- Resources/Prototypes/Magic/staves.yml | 2 +- Resources/Prototypes/NPCs/test.yml | 2 +- .../Prototypes/Objectives/stealTargetGroups.yml | 2 +- .../Prototypes/Recipes/Cooking/meal_recipes.yml | 2 +- 59 files changed, 100 insertions(+), 100 deletions(-) diff --git a/Resources/Prototypes/Body/Organs/arachnid.yml b/Resources/Prototypes/Body/Organs/arachnid.yml index ee2f16bfea..976fd679fd 100644 --- a/Resources/Prototypes/Body/Organs/arachnid.yml +++ b/Resources/Prototypes/Body/Organs/arachnid.yml @@ -28,7 +28,7 @@ - type: entity id: OrganArachnidStomach parent: OrganAnimalStomach - name: Stomach + name: stomach description: "Gross. This is hard to stomach." components: - type: Sprite diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml index 092f3be215..56db79484d 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml @@ -49,7 +49,7 @@ - type: cargoProduct id: CrateVendingMachineRestockCondimentStation - name: Condiment Station restock crate + name: condiment station restock crate icon: sprite: Objects/Specific/Service/vending_machine_restock.rsi state: base diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml b/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml index afabf40020..c08d82bd28 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml @@ -35,7 +35,7 @@ - type: entity id: Observationskit parent: BoxCardboard - name: Observations kit + name: observations kit suffix: Filled components: - type: StorageFill diff --git a/Resources/Prototypes/Catalog/Fills/Crates/emergency.yml b/Resources/Prototypes/Catalog/Fills/Crates/emergency.yml index 8cfa22d6d5..c68dec780f 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/emergency.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/emergency.yml @@ -33,7 +33,7 @@ - type: entity id: CrateEmergencyInternals parent: CrateInternals - name: Emergency Suits + name: emergency suits components: - type: StorageFill contents: @@ -51,7 +51,7 @@ - type: entity id: CrateEmergencyInternalsLarge parent: CrateInternals - name: Emergency Suits (Large) + name: emergency suits (Large) components: - type: StorageFill contents: diff --git a/Resources/Prototypes/Catalog/Fills/Crates/vending.yml b/Resources/Prototypes/Catalog/Fills/Crates/vending.yml index 85667ef072..6697e64ed3 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/vending.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/vending.yml @@ -26,7 +26,7 @@ - type: entity id: CrateVendingMachineRestockCondimentStationFilled - name: Condiment Station restock crate + name: condiment station restock crate parent: CratePlastic components: - type: StorageFill diff --git a/Resources/Prototypes/Catalog/Fills/Paper/manuals.yml b/Resources/Prototypes/Catalog/Fills/Paper/manuals.yml index 9b61eab0b4..e13070d1ba 100644 --- a/Resources/Prototypes/Catalog/Fills/Paper/manuals.yml +++ b/Resources/Prototypes/Catalog/Fills/Paper/manuals.yml @@ -9,7 +9,7 @@ - type: entity parent: BaseItem id: HoloparasiteInfo - name: "Holoparasite terms and conditions" + name: "holoparasite terms and conditions" description: A tiny volumetric display for documents, makes one wonder if Cybersun's legal budget is way too high. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Clothing/Head/eva-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/eva-helmets.yml index 86043f50f7..d9dbdb4e40 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/eva-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/eva-helmets.yml @@ -58,7 +58,7 @@ - type: entity parent: ClothingHeadEVAHelmetBase id: ClothingHeadHelmetVoidParamed - name: Paramedic Void Helmet + name: paramedic void helmet description: A void helmet made for paramedics. components: - type: BreathMask diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index d3fa79511a..3ae39df517 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -738,7 +738,7 @@ - type: entity parent: ClothingHeadBase id: ClothingHeadHatHetmanHat - name: Hetman hat + name: hetman hat description: From the Zaporozhian Sich with love. components: - type: Sprite @@ -814,7 +814,7 @@ - type: entity parent: ClothingHeadBase id: ClothingHeadHatGladiator - name: Gladiator helmet + name: gladiator helmet description: Protects the head from harsh ash winds and toy spears. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml index 2e54fcd247..ba8641175c 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml @@ -248,7 +248,7 @@ - type: entity parent: ClothingOuterBase id: ClothingOuterHospitalGown - name: Hospital Gown + name: hospital gown description: Made from the wool of slaughtered baby lambs. The cruelty makes it softer. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/softsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/softsuits.yml index 6f125f3c3b..6ab9798131 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/softsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/softsuits.yml @@ -91,7 +91,7 @@ - type: entity parent: ClothingOuterEVASuitBase id: ClothingOuterHardsuitVoidParamed - name: Paramedic Void Suit + name: paramedic void suit description: A void suit made for paramedics. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Effects/puddle.yml b/Resources/Prototypes/Entities/Effects/puddle.yml index c90bd57b05..dd7f411653 100644 --- a/Resources/Prototypes/Entities/Effects/puddle.yml +++ b/Resources/Prototypes/Entities/Effects/puddle.yml @@ -86,7 +86,7 @@ - type: entity id: PuddleSparkle - name: Sparkle + name: sparkle placement: mode: SnapgridCenter components: diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/dummy_npcs.yml b/Resources/Prototypes/Entities/Mobs/NPCs/dummy_npcs.yml index 9bdd868a2e..245d4227fd 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/dummy_npcs.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/dummy_npcs.yml @@ -1,6 +1,6 @@ - type: entity save: false - name: Pathfinding Dummy + name: pathfinding dummy parent: BaseMobHuman id: MobHumanPathDummy description: A miserable pile of secrets. diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/human.yml b/Resources/Prototypes/Entities/Mobs/NPCs/human.yml index c50074bc31..9427989eda 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/human.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/human.yml @@ -1,5 +1,5 @@ - type: entity - name: Civilian + name: civilian parent: BaseMobHuman id: MobCivilian description: A miserable pile of secrets. @@ -13,7 +13,7 @@ - NanoTrasen - type: entity - name: Salvager + name: salvager parent: BaseMobHuman id: MobSalvager components: @@ -30,7 +30,7 @@ task: SimpleHumanoidHostileCompound - type: entity - name: Spirate + name: spirate parent: BaseMobHuman id: MobSpirate description: Yarr! diff --git a/Resources/Prototypes/Entities/Mobs/Player/human.yml b/Resources/Prototypes/Entities/Mobs/Player/human.yml index 1c98336452..7ceabee4c8 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/human.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/human.yml @@ -8,7 +8,7 @@ - type: entity parent: MobHuman id: MobHumanSyndicateAgent - name: Syndicate Agent + name: syndicate agent suffix: Human components: - type: Loadout diff --git a/Resources/Prototypes/Entities/Mobs/Player/humanoid.yml b/Resources/Prototypes/Entities/Mobs/Player/humanoid.yml index 7db3394098..a91bce4899 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/humanoid.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/humanoid.yml @@ -417,7 +417,7 @@ - type: entity id: RandomHumanoidSpawnerSyndicateAgent - name: Syndicate Agent + name: syndicate agent components: - type: Sprite sprite: Mobs/Species/Human/parts.rsi diff --git a/Resources/Prototypes/Entities/Mobs/Player/skeleton.yml b/Resources/Prototypes/Entities/Mobs/Player/skeleton.yml index acddca8173..f9132ce0ea 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/skeleton.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/skeleton.yml @@ -10,7 +10,7 @@ messagePerceivedByOthers: hugging-success-generic-others - type: entity - name: Skeleton Pirate + name: skeleton pirate parent: MobSkeletonPerson id: MobSkeletonPirate components: @@ -24,7 +24,7 @@ - type: entity - name: Skeleton Biker + name: skeleton biker parent: MobSkeletonPerson id: MobSkeletonBiker components: @@ -39,7 +39,7 @@ - type: entity parent: MobSkeletonPerson id: MobSkeletonCloset - name: Closet Skeleton + name: closet skeleton components: - type: GhostRole name: ghost-role-information-closet-skeleton-name diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks-cartons.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks-cartons.yml index 83f1dea1d4..345611bd87 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks-cartons.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks-cartons.yml @@ -83,7 +83,7 @@ - type: entity parent: DrinkCartonBaseFull id: DrinkCreamCarton - name: Milk Cream + name: milk cream description: It's cream. Made from milk. What else did you think you'd find in there? components: - type: SolutionContainerManager diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks.yml index 8274c5421c..ae808fb105 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks.yml @@ -109,7 +109,7 @@ - type: TransformableContainer - type: entity - name: Coupe glass + name: coupe glass description: A classic thin neck coupe glass, the icon of fragile labels on crates around the galaxy. parent: DrinkGlassBase id: DrinkGlassCoupeShaped @@ -702,7 +702,7 @@ - type: entity parent: DrinkGlassBase id: DrinkFourteenLokoGlass - name: Fourteen loko glass + name: Fourteen Loko glass description: This is a container of Fourteen Loko, it appears to be of the highest quality. The drink, not the container. components: - type: SolutionContainerManager @@ -736,7 +736,7 @@ - type: entity parent: DrinkGlassBase id: DrinkGinGlass - name: Gin + name: gin description: Crystal clear Griffeater gin. components: - type: SolutionContainerManager @@ -1052,7 +1052,7 @@ - type: entity parent: DrinkGlassBase id: DrinkCoffeeLiqueurGlass - name: Coffee Liqueur glass + name: coffee liqueur glass description: DAMN, THIS THING LOOKS ROBUST components: - type: SolutionContainerManager diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml index 158a20461b..06dc47ce43 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml @@ -186,7 +186,7 @@ - type: entity parent: DrinkBottleGlassBaseFull id: DrinkGinBottleFull - name: Griffeater Gin + name: Griffeater gin description: A bottle of high quality gin, produced in the New London Space Station. components: - type: SolutionContainerManager diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cans.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cans.yml index 4b8628213b..d028c46221 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cans.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cans.yml @@ -274,7 +274,7 @@ - type: entity parent: DrinkCanBaseFull id: DrinkFourteenLokoCan - name: fourteen loko can + name: Fourteen Loko can description: The MBO has advised crew members that consumption of Fourteen Loko may result in seizures, blindness, drunkeness, or even death. Please Drink Responsibly. components: - type: SolutionContainerManager @@ -292,7 +292,7 @@ - type: entity parent: DrinkCanBaseFull id: DrinkChangelingStingCan - name: Changeling sting can + name: changeling sting can description: You take a tiny sip and feel a burning sensation... components: - type: SolutionContainerManager diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml index 1fbc53c922..d4b44fe4f8 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_cups.yml @@ -175,7 +175,7 @@ - type: entity parent: DrinkBaseCup id: DrinkHotCoco - name: Hot chocolate + name: hot chocolate description: A heated drink consisting melted chocolate and heated milk. components: - type: SolutionContainerManager @@ -200,7 +200,7 @@ - type: entity parent: DrinkBaseCup id: DrinkHotCoffee - name: Coffee + name: coffee description: Coffee is a brewed drink prepared from roasted seeds, commonly called coffee beans, of the coffee plant. components: - type: SolutionContainerManager @@ -225,7 +225,7 @@ - type: entity parent: DrinkBaseCup id: DrinkCafeLatte - name: Cafe latte + name: cafe latte description: A nice, strong and tasty beverage while you are reading. components: - type: SolutionContainerManager @@ -243,7 +243,7 @@ - type: entity parent: DrinkBaseCup id: DrinkTeacup - name: Teacup + name: teacup description: A plain white porcelain teacup. components: - type: SolutionContainerManager @@ -268,7 +268,7 @@ - type: entity parent: DrinkBaseCup id: DrinkGreenTea - name: Green tea + name: green tea description: A plain white porcelain teacup. components: - type: SolutionContainerManager @@ -293,7 +293,7 @@ - type: entity parent: DrinkBaseCup id: DrinkLean - name: Grape Juice + name: grape Juice description: Damn, no fun allowed. components: - type: SolutionContainerManager diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/trash_drinks.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/trash_drinks.yml index 99aa925c44..f6dd722261 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/trash_drinks.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/trash_drinks.yml @@ -124,7 +124,7 @@ # Containers - type: entity - name: jailbreaker verte bottle + name: Jailbreaker Verte bottle parent: DrinkBottleBaseEmpty id: DrinkBottleAbsinthe components: @@ -177,7 +177,7 @@ - type: entity - name: griffeater gin bottle + name: Griffeater gin bottle parent: DrinkBottleBaseEmpty id: DrinkBottleGin components: @@ -312,7 +312,7 @@ - type: entity - name: Milk Cream carton + name: milk cream carton parent: DrinkCartonBaseEmpty id: DrinkCartonCream components: diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/tin.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/tin.yml index 89ec5a8c27..dc1a4ec74c 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/tin.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/tin.yml @@ -105,7 +105,7 @@ - type: entity parent: FoodTinPeaches id: FoodTinPeachesMaint - name: Maintenance Peaches + name: maintenance peaches components: - type: Sprite sprite: Objects/Consumable/Food/Tins/maint_peaches.rsi @@ -128,7 +128,7 @@ - type: entity parent: FoodTinBaseTrash id: FoodTinPeachesMaintTrash - name: Maintenance Peaches + name: maintenance peaches components: - type: Sprite sprite: Objects/Consumable/Food/Tins/maint_peaches.rsi diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml index d401964161..8a90468199 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml @@ -502,7 +502,7 @@ # Its queso! Everyone loves queso... Right?. - type: entity - name: Sashimi + name: sashimi parent: FoodMealBase id: FoodMealSashimi description: Its taste can only be described as "Exotic". The poisoning though? That's pretty common. diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/cartons.yml b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/cartons.yml index 12ad108881..4d569a739c 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/cartons.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/cartons.yml @@ -31,7 +31,7 @@ - type: entity id: CigCartonRed parent: CigCartonGreen - name: Dromedaryco carton + name: DromedaryCo carton description: A carton containing 6 packets of Dromedarycos. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Objects/Decoration/present.yml b/Resources/Prototypes/Entities/Objects/Decoration/present.yml index 613eafab7e..73d264f738 100644 --- a/Resources/Prototypes/Entities/Objects/Decoration/present.yml +++ b/Resources/Prototypes/Entities/Objects/Decoration/present.yml @@ -1,6 +1,6 @@ - type: entity id: PresentBase - name: Present + name: present description: A little box with incredible surprises inside. abstract: true components: diff --git a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml index 90597e8090..35833bb2b7 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml @@ -917,7 +917,7 @@ - type: entity id: StasisBedMachineCircuitboard parent: BaseMachineCircuitboard - name: Stasis Bed (Machine Board) + name: stasis bed machine board components: - type: Sprite state: medical diff --git a/Resources/Prototypes/Entities/Objects/Devices/cartridges.yml b/Resources/Prototypes/Entities/Objects/Devices/cartridges.yml index 7e494c2467..b9b70e6aca 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/cartridges.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/cartridges.yml @@ -19,7 +19,7 @@ - type: entity parent: BaseItem id: NewsReadCartridge - name: News Cartridge + name: news cartridge description: A program for reading news components: - type: Sprite @@ -37,7 +37,7 @@ - type: entity parent: BaseItem id: CrewManifestCartridge - name: Crew Manifest Cartridge + name: crew manifest cartridge description: A program for listing your fellow crewmembers components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Objects/Fun/dice.yml b/Resources/Prototypes/Entities/Objects/Fun/dice.yml index 090245cb50..81a9c173c7 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/dice.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/dice.yml @@ -17,7 +17,7 @@ - type: entity parent: BaseDice id: PercentileDie - name: Percentile Die + name: percentile die description: A die with ten sides. Works better for d100 rolls than a golf ball. components: - type: Dice diff --git a/Resources/Prototypes/Entities/Objects/Fun/pai.yml b/Resources/Prototypes/Entities/Objects/Fun/pai.yml index 723d74c4c8..522f892a44 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/pai.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/pai.yml @@ -74,7 +74,7 @@ - type: entity parent: PersonalAI id: SyndicatePersonalAI - name: Syndicate personal ai device + name: syndicate personal ai device description: Your Syndicate pal who's fun to be with! components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Objects/Misc/bedsheets.yml b/Resources/Prototypes/Entities/Objects/Misc/bedsheets.yml index 3b9b51593e..df00d2eced 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/bedsheets.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/bedsheets.yml @@ -185,7 +185,7 @@ - type: entity id: BedsheetIan parent: BedsheetBase - name: Ian bedsheet + name: Ian's bedsheet components: - type: Sprite state: sheetian @@ -283,7 +283,7 @@ - type: entity id: BedsheetBrigmedic parent: BedsheetBase - name: Brigmedic's bedsheet + name: brigmedic's bedsheet description: Not worse than cotton. components: - type: Sprite @@ -304,7 +304,7 @@ - type: entity id: BedsheetSyndie parent: BedsheetBase - name: Syndie bedsheet + name: syndicate bedsheet description: It has a syndicate emblem and it has an aura of evil. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Objects/Misc/handy_flags.yml b/Resources/Prototypes/Entities/Objects/Misc/handy_flags.yml index 42ebf32f3c..61162edf2c 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/handy_flags.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/handy_flags.yml @@ -25,7 +25,7 @@ - type: entity parent: BaseItem id: SyndieHandyFlag - name: Syndicate handheld flag + name: syndicate handheld flag description: "For truly rebellious patriots. Death to NT!" components: - type: Sprite @@ -49,7 +49,7 @@ - type: entity parent: BaseItem id: PirateHandyFlag - name: Pirate handheld flag + name: pirate handheld flag description: "Holding it in your hands, show these carp that you're not kidding." components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml index 112535afa8..c9615d514c 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml @@ -480,7 +480,7 @@ - type: entity parent: ERTLeaderIDCard id: ERTChaplainIDCard - name: ERT Chaplain ID card + name: ERT chaplain ID card components: - type: Sprite layers: @@ -494,7 +494,7 @@ - type: entity parent: ERTChaplainIDCard id: ERTEngineerIDCard - name: ERT Engineer ID card + name: ERT engineer ID card components: - type: Sprite layers: @@ -506,7 +506,7 @@ - type: entity parent: ERTChaplainIDCard id: ERTJanitorIDCard - name: ERT Janitor ID card + name: ERT janitor ID card components: - type: Sprite layers: @@ -518,7 +518,7 @@ - type: entity parent: ERTChaplainIDCard id: ERTMedicIDCard - name: ERT Medic ID card + name: ERT medic ID card components: - type: Sprite layers: @@ -530,7 +530,7 @@ - type: entity parent: ERTChaplainIDCard id: ERTSecurityIDCard - name: ERT Security ID card + name: ERT security ID card components: - type: Sprite layers: diff --git a/Resources/Prototypes/Entities/Objects/Misc/paper.yml b/Resources/Prototypes/Entities/Objects/Misc/paper.yml index edf17cb1a0..208891a70d 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/paper.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/paper.yml @@ -317,7 +317,7 @@ state: pen_cap - type: entity - name: Centcom pen + name: CentCom pen parent: CyberPen id: PenCentcom description: In an attempt to keep up with the "power" of the cybersun bureaucracy, NT made a replica of cyber pen, in their corporate style. @@ -481,7 +481,7 @@ - type: entity id: BoxFolderCentCom - name: centcom folder + name: CentCom folder parent: BoxFolderBase suffix: DO NOT MAP description: CentCom's miserable little pile of secrets! @@ -554,7 +554,7 @@ - type: entity id: BoxFolderCentComClipboard parent: BoxFolderClipboard - name: centcom clipboard + name: CentCom clipboard description: A luxurious clipboard upholstered with green velvet. Often seen carried by CentCom officials, seldom seen actually used. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Objects/Shields/shields.yml b/Resources/Prototypes/Entities/Objects/Shields/shields.yml index 0016e25cf4..4761e81de8 100644 --- a/Resources/Prototypes/Entities/Objects/Shields/shields.yml +++ b/Resources/Prototypes/Entities/Objects/Shields/shields.yml @@ -278,7 +278,7 @@ #Magic/Cult Shields (give these to wizard for now) - type: entity - name: Clockwork Shield + name: clockwork shield parent: BaseShield id: ClockworkShield description: Ratvar oyrffrf lbh jvgu uvf cebgrpgvba. @@ -307,7 +307,7 @@ #Have it break into brass when clock cult is in - type: entity - name: Mirror Shield + name: mirror shield parent: BaseShield id: MirrorShield description: Eerily glows red... you hear the geometer whispering diff --git a/Resources/Prototypes/Entities/Objects/Specific/Chapel/urn.yml b/Resources/Prototypes/Entities/Objects/Specific/Chapel/urn.yml index d58d085cb1..706407b8a6 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Chapel/urn.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Chapel/urn.yml @@ -1,5 +1,5 @@ - type: entity - name: Urn + name: urn description: Store the Dead smart and Compact since 2300 parent: BaseStorageItem id: Urn diff --git a/Resources/Prototypes/Entities/Objects/Specific/Kitchen/foodcarts.yml b/Resources/Prototypes/Entities/Objects/Specific/Kitchen/foodcarts.yml index abd918ea4b..380b2d3563 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Kitchen/foodcarts.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Kitchen/foodcarts.yml @@ -67,7 +67,7 @@ # startingItem: PowerCellMedium - type: entity - name: Hot Food Cart + name: hot food cart id: FoodCartHot parent: FoodCartBase description: Get out there and slang some dogs. @@ -148,7 +148,7 @@ ketchup_slot: !type:ContainerSlot {} - type: entity - name: Cold Food Cart + name: cold food cart id: FoodCartCold parent: FoodCartBase description: It's the Ice Cream Man! It's the Ice Cream Man! diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/disease.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/disease.yml index b85f708777..0f03c6d8ea 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/disease.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/disease.yml @@ -22,7 +22,7 @@ - type: entity parent: BaseItem id: Vaccine - name: Vaccine + name: vaccine description: Prevents people who DON'T already have a disease from catching it. components: - type: Item diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/handheld_crew_monitor.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/handheld_crew_monitor.yml index e704382e48..486e8b0d8f 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/handheld_crew_monitor.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/handheld_crew_monitor.yml @@ -42,7 +42,7 @@ - type: entity id: SpyCrewMonitor - name: Spy Monitor + name: spy monitor description: A spy device capable of connecting to crew monitoring servers. parent: HandheldCrewMonitor components: @@ -68,7 +68,7 @@ - type: entity id: SyndiCrewMonitor - name: Syndicate crew monitor + name: syndicate crew monitor description: The syndicated version of crew monitor, intercepts information from the server. parent: HandheldCrewMonitor components: diff --git a/Resources/Prototypes/Entities/Objects/Specific/Service/vending_machine_restock.yml b/Resources/Prototypes/Entities/Objects/Specific/Service/vending_machine_restock.yml index f3be016724..67125c8dff 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Service/vending_machine_restock.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Service/vending_machine_restock.yml @@ -95,8 +95,8 @@ - type: entity parent: BaseVendingMachineRestock id: VendingMachineRestockCondimentStation - name: Condiment Station restock box - description: Refill the Condiment Station. Mmmm, cold sauce. + name: condiment station restock box + description: Refill the condiment station. Mmmm, cold sauce. components: - type: VendingMachineRestock canRestock: diff --git a/Resources/Prototypes/Entities/Objects/Tools/spray_painter.yml b/Resources/Prototypes/Entities/Objects/Tools/spray_painter.yml index 0ff3c65270..2694837033 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/spray_painter.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/spray_painter.yml @@ -1,7 +1,7 @@ - type: entity parent: BaseItem id: SprayPainter - name: Spray painter + name: spray painter description: A spray painter for painting airlocks and pipes. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Objects/Vehicles/buckleable.yml b/Resources/Prototypes/Entities/Objects/Vehicles/buckleable.yml index 916aa068ae..1cfc54efbe 100644 --- a/Resources/Prototypes/Entities/Objects/Vehicles/buckleable.yml +++ b/Resources/Prototypes/Entities/Objects/Vehicles/buckleable.yml @@ -418,7 +418,7 @@ - type: entity id: VehicleWheelchair parent: [BaseVehicleRideable, BaseFoldable, BaseItem] - name: Wheelchair + name: wheelchair description: A chair with big wheels. It looks like you can move in these on your own. components: - type: Vehicle diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml index 46a29d20bd..389b3f517b 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml @@ -678,7 +678,7 @@ fireCost: 100 - type: entity - name: Eye of a behonker + name: eye of a behonker parent: BaseWeaponBatterySmall id: WeaponBehonkerLaser description: The eye of a behonker, it fires a laser when squeezed. diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml index a070a55199..2dc4db493a 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml @@ -213,7 +213,7 @@ shader: unshaded - type: entity - name: Double Bladed Energy Sword + name: double-bladed energy sword parent: EnergySword id: EnergySwordDouble description: Syndicate Command Interns thought that having one blade on the energy sword was not enough. This can be stored in pockets. diff --git a/Resources/Prototypes/Entities/Structures/Decoration/decorated_fir_tree.yml b/Resources/Prototypes/Entities/Structures/Decoration/decorated_fir_tree.yml index 0b934f03fb..6ce4326831 100644 --- a/Resources/Prototypes/Entities/Structures/Decoration/decorated_fir_tree.yml +++ b/Resources/Prototypes/Entities/Structures/Decoration/decorated_fir_tree.yml @@ -1,7 +1,7 @@ - type: entity id: DecoratedFirTree parent: BaseStructure - name: Decorated Fir Tree + name: decorated fir tree description: A very festive tree for a very festive holiday. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Structures/Doors/Firelocks/frame.yml b/Resources/Prototypes/Entities/Structures/Doors/Firelocks/frame.yml index dbc32614a8..8cf75e89e1 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Firelocks/frame.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Firelocks/frame.yml @@ -1,7 +1,7 @@ - type: entity id: FirelockFrame parent: BaseStructureDynamic - name: Firelock Frame + name: firelock frame description: That is a firelock frame. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Structures/Machines/Medical/vaccinator.yml b/Resources/Prototypes/Entities/Structures/Machines/Medical/vaccinator.yml index 8c2b88d41e..041bca7c90 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Medical/vaccinator.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Medical/vaccinator.yml @@ -1,7 +1,7 @@ - type: entity id: Vaccinator parent: BaseMachinePowered - name: Vaccinator + name: vaccinator description: A machine that creates vaccines. placement: mode: SnapgridCenter diff --git a/Resources/Prototypes/Entities/Structures/Machines/fax_machine.yml b/Resources/Prototypes/Entities/Structures/Machines/fax_machine.yml index 6e8cdc6981..7e78f66efa 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/fax_machine.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/fax_machine.yml @@ -67,8 +67,8 @@ - type: entity parent: FaxMachineBase id: FaxMachineCentcom - name: centcom long range fax machine - suffix: Centcom + name: CentCom long range fax machine + suffix: CentCom components: - type: Sprite layers: diff --git a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml index 77d5818b74..d15f993e46 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml @@ -103,7 +103,7 @@ - type: entity parent: VendingMachine id: VendingMachineCondiments - name: Condiment Station + name: condiment station description: Slather these thick gooey substances on your food for a full flavor effect. components: - type: VendingMachine @@ -135,7 +135,7 @@ - type: entity parent: VendingMachine id: VendingMachineAmmo - name: Liberation Station + name: liberation station description: An overwhelming amount of ancient patriotism washes over you just by looking at the machine. components: - type: VendingMachine @@ -1938,7 +1938,7 @@ parent: VendingMachine id: VendingMachineTankDispenserEVA suffix: EVA [O2, N2] - name: Gas Tank Dispenser + name: gas tank dispenser description: A vendor for dispensing gas tanks. components: - type: VendingMachine @@ -1951,7 +1951,7 @@ parent: VendingMachine id: VendingMachineTankDispenserEngineering suffix: ENG [O2, Plasma] - name: Gas Tank Dispenser + name: gas tank dispenser description: A vendor for dispensing gas tanks. This one has an engineering livery. components: - type: VendingMachine diff --git a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/miners.yml b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/miners.yml index 61c04130bb..2231fc4ddc 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/miners.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Atmospherics/miners.yml @@ -101,7 +101,7 @@ spawnGas: CarbonDioxide - type: entity - name: Plasma gas miner + name: plasma gas miner parent: GasMinerBase id: GasMinerPlasma placement: @@ -111,7 +111,7 @@ spawnGas: Plasma - type: entity - name: Tritium gas miner + name: tritium gas miner parent: GasMinerBase id: GasMinerTritium placement: @@ -121,7 +121,7 @@ spawnGas: Tritium - type: entity - name: Water Vapor gas miner + name: water vapor gas miner parent: GasMinerBase id: GasMinerWaterVapor placement: @@ -131,7 +131,7 @@ spawnGas: WaterVapor - type: entity - name: Ammonia gas miner + name: ammonia gas miner parent: GasMinerBase id: GasMinerAmmonia placement: @@ -141,7 +141,7 @@ spawnGas: Ammonia - type: entity - name: Nitrous Oxide gas miner + name: nitrous oxide gas miner parent: GasMinerBase id: GasMinerNitrousOxide placement: diff --git a/Resources/Prototypes/Entities/Structures/Piping/Disposal/high_pressure_machine_frame.yml b/Resources/Prototypes/Entities/Structures/Piping/Disposal/high_pressure_machine_frame.yml index e3b35ef25d..8073733945 100644 --- a/Resources/Prototypes/Entities/Structures/Piping/Disposal/high_pressure_machine_frame.yml +++ b/Resources/Prototypes/Entities/Structures/Piping/Disposal/high_pressure_machine_frame.yml @@ -1,6 +1,6 @@ - type: entity id: DisposalMachineFrame - name: High Pressure Machine Frame + name: high pressure machine frame description: A machine frame made to withstand the amount of pressure used in the station's disposal system. placement: mode: SnapgridCenter diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/flags.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/flags.yml index 96204c3450..57b07aa3dd 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/flags.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/flags.yml @@ -30,7 +30,7 @@ - type: entity parent: BaseFlag id: SyndieFlag - name: Syndicate flag + name: syndicate flag description: "Smells bloody. Death to NT!" components: - type: Sprite @@ -48,7 +48,7 @@ - type: entity parent: BaseFlag id: PirateFlag - name: Pirate flag + name: pirate flag description: "Raise the jolly roger, scallywags!" components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/paintings.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/paintings.yml index 0b2d95c856..5402d443e2 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/paintings.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/paintings.yml @@ -12,7 +12,7 @@ - type: entity parent: PaintingBase id: PaintingEmpty - name: Empty Frame + name: empty frame description: An empty frame, waiting to be filled with art. components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml index 5306273a64..f12cc613ce 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/posters.yml @@ -865,7 +865,7 @@ - type: entity parent: PosterBase id: PosterLegit12Gauge - name: "12 Gauge" + name: "12 gauge" description: "A poster boasting about the superiority of 12 gauge shotgun shells." components: - type: Sprite diff --git a/Resources/Prototypes/Entities/Structures/Walls/walls.yml b/Resources/Prototypes/Entities/Structures/Walls/walls.yml index 2aea34170f..ac46433481 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/walls.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/walls.yml @@ -1152,7 +1152,7 @@ - type: entity id: WallForce - name: Force Wall + name: force wall components: - type: TimedDespawn lifetime: 20 diff --git a/Resources/Prototypes/Magic/staves.yml b/Resources/Prototypes/Magic/staves.yml index 5d894e0f41..ef94a3910f 100644 --- a/Resources/Prototypes/Magic/staves.yml +++ b/Resources/Prototypes/Magic/staves.yml @@ -4,7 +4,7 @@ - type: entity id: RGBStaff parent: BaseItem - name: RGB Staff + name: RGB staff description: Helps fix the underabundance of RGB gear on the station. components: - type: Sprite diff --git a/Resources/Prototypes/NPCs/test.yml b/Resources/Prototypes/NPCs/test.yml index a26b72edf8..aaccfeb74d 100644 --- a/Resources/Prototypes/NPCs/test.yml +++ b/Resources/Prototypes/NPCs/test.yml @@ -13,7 +13,7 @@ - type: entity id: MobPathfindDummy - name: Pathfind dummy + name: pathfind dummy suffix: NPC parent: MobXenoRouny components: diff --git a/Resources/Prototypes/Objectives/stealTargetGroups.yml b/Resources/Prototypes/Objectives/stealTargetGroups.yml index a83446f8ba..2ec94a7c24 100644 --- a/Resources/Prototypes/Objectives/stealTargetGroups.yml +++ b/Resources/Prototypes/Objectives/stealTargetGroups.yml @@ -181,7 +181,7 @@ - type: stealTargetGroup id: ClothingOuterHardsuitVoidParamed - name: paramedic Void Suit + name: paramedic void suit sprite: sprite: Clothing/OuterClothing/Hardsuits/paramed.rsi state: icon diff --git a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml index 5ab0d68c33..c02a761bd7 100644 --- a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml +++ b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml @@ -1049,7 +1049,7 @@ - type: microwaveMealRecipe id: RecipeCubanCarp - name: cuban carp recipe + name: Cuban carp recipe result: FoodMealCubancarp time: 15 solids: -- 2.51.2