]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Fix prototypes so they pass analyzer checks (#35435)
authorTayrtahn <tayrtahn@gmail.com>
Mon, 24 Feb 2025 04:21:59 +0000 (23:21 -0500)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2025 04:21:59 +0000 (15:21 +1100)
commit6f925dd61083a3fd377e5d12549ac908985e855f
treec9ea2cbb9ed95ad011a667a88295cecbdea3429c
parent0d84d25067621f3030bba58ed8dfac864f65b427
Fix prototypes so they pass analyzer checks (#35435)
84 files changed:
Content.Server/AlertLevel/AlertLevelPrototype.cs
Content.Server/Antag/Components/AntagRandomObjectivesComponent.cs
Content.Server/Botany/SeedPrototype.cs
Content.Server/Connection/Whitelist/WhitelistPrototype.cs
Content.Server/Ghost/Roles/Raffles/GhostRoleRaffleDeciderPrototype.cs
Content.Server/NPC/HTN/HTNCompoundPrototype.cs
Content.Server/NPC/Queries/Curves/UtilityCurvePresetPrototype.cs
Content.Server/Shuttles/Components/GridSpawnComponent.cs
Content.Server/Wires/WireLayout.cs
Content.Server/Worldgen/Prototypes/BiomePrototype.cs
Content.Server/Worldgen/Prototypes/NoiseChannelPrototype.cs
Content.Shared/Alert/AlertCategoryPrototype.cs
Content.Shared/Audio/AmbientMusicPrototype.cs
Content.Shared/Audio/Jukebox/JukeboxPrototype.cs
Content.Shared/Body/Prototypes/BodyPrototype.cs
Content.Shared/Cargo/Prototypes/CargoProductPrototype.cs
Content.Shared/CartridgeLoader/Cartridges/LogProbeUiState.cs
Content.Shared/CartridgeLoader/Cartridges/NetProbeUiState.cs
Content.Shared/Chat/Prototypes/EmoteSoundsPrototype.cs
Content.Shared/Chemistry/Dispenser/ReagentDispenserInventoryPrototype.cs
Content.Shared/Chemistry/Reaction/MixingCategoryPrototype.cs
Content.Shared/Contraband/ContrabandSeverityPrototype.cs
Content.Shared/CriminalRecords/CriminalRecord.cs
Content.Shared/Damage/Prototypes/DamageGroupPrototype.cs
Content.Shared/Decals/ColorPalettePrototype.cs
Content.Shared/Decals/DecalGridComponent.cs
Content.Shared/Decals/DecalPrototype.cs
Content.Shared/EntityTable/EntityTablePrototype.cs
Content.Shared/Ghost/Roles/Raffles/GhostRoleRaffleSettingsPrototype.cs
Content.Shared/GridPreloader/Prototypes/PreloadedGridPrototype.cs
Content.Shared/Humanoid/Markings/MarkingPoints.cs
Content.Shared/Humanoid/Prototypes/RandomHumanoidSettingsPrototype.cs
Content.Shared/Inventory/InventoryTemplatePrototype.cs
Content.Shared/Item/ItemSizePrototype.cs
Content.Shared/Lathe/Prototypes/LatheCategoryPrototype.cs
Content.Shared/Lathe/Prototypes/LatheRecipePackPrototype.cs
Content.Shared/Maps/ContentTileDefinition.cs
Content.Shared/Materials/MaterialPrototype.cs
Content.Shared/Mind/RoleTypePrototype.cs
Content.Shared/Ninja/Components/NinjaGlovesComponent.cs
Content.Shared/Nutrition/Components/FoodSequenceStartPointComponent.cs
Content.Shared/Parallax/Biomes/BiomeTemplatePrototype.cs
Content.Shared/Parallax/Biomes/Markers/BiomeMarkerLayerPrototype.cs
Content.Shared/Players/PlayTimeTracking/PlayTimeTrackerPrototype.cs
Content.Shared/Preferences/Loadouts/Effects/LoadoutEffectGroupPrototype.cs
Content.Shared/Preferences/Loadouts/LoadoutGroupPrototype.cs
Content.Shared/Preferences/Loadouts/LoadoutPrototype.cs
Content.Shared/Preferences/Loadouts/RoleLoadoutPrototype.cs
Content.Shared/Procedural/DungeonConfig.cs
Content.Shared/Procedural/DungeonData.cs
Content.Shared/Procedural/DungeonGenerators/NoiseDunGen.cs
Content.Shared/Procedural/DungeonGenerators/ReplaceTileDunGen.cs
Content.Shared/Procedural/DungeonPresetPrototype.cs
Content.Shared/Procedural/DungeonRoomPrototype.cs
Content.Shared/Procedural/Loot/SalvageLootPrototype.cs
Content.Shared/Procedural/SalvageDifficultyPrototype.cs
Content.Shared/Radio/RadioChannelPrototype.cs
Content.Shared/Random/RandomPlantMutationListPrototype.cs
Content.Shared/Random/Rules/RulesSystem.cs
Content.Shared/Random/WeightedRandomEntityPrototype.cs
Content.Shared/Random/WeightedRandomFillSolutionPrototype.cs
Content.Shared/Random/WeightedRandomOrePrototype.cs
Content.Shared/Random/WeightedRandomPrototype.cs
Content.Shared/Random/WeightedRandomSpeciesPrototype.cs
Content.Shared/Research/Prototypes/LatheRecipePrototype.cs
Content.Shared/Robotics/RoboticsConsoleUi.cs
Content.Shared/Roles/DepartmentPrototype.cs
Content.Shared/Roles/StartingGearPrototype.cs
Content.Shared/Salvage/Expeditions/Modifiers/SalvageBiomeModPrototype.cs
Content.Shared/Salvage/Expeditions/Modifiers/SalvageDungeonModPrototype.cs
Content.Shared/Salvage/Expeditions/Modifiers/SalvageLightMod.cs
Content.Shared/Salvage/Expeditions/Modifiers/SalvageMod.cs
Content.Shared/Salvage/Expeditions/Modifiers/SalvageTemperatureMod.cs
Content.Shared/Salvage/Expeditions/Modifiers/SalvageWeatherMod.cs
Content.Shared/Salvage/Expeditions/SalvageFactionPrototype.cs
Content.Shared/Salvage/SalvageMapPrototype.cs
Content.Shared/Silicons/Borgs/BorgTypePrototype.cs
Content.Shared/Speech/SpeechVerbPrototype.cs
Content.Shared/Spreader/EdgeSpreaderPrototype.cs
Content.Shared/StatusIcon/StatusIconPrototype.cs
Content.Shared/Storage/EntitySpawnEntry.cs
Content.Shared/StoryGen/Prototypes/StoryTemplatePrototype.cs
Content.Shared/Tag/TagPrototype.cs
Content.Shared/Weather/WeatherPrototype.cs