]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Replace `ValidatePrototypeId` uses with `ProtoId` or `EntProtoId` (#38814)
authorTayrtahn <tayrtahn@gmail.com>
Mon, 7 Jul 2025 19:57:05 +0000 (15:57 -0400)
committerGitHub <noreply@github.com>
Mon, 7 Jul 2025 19:57:05 +0000 (21:57 +0200)
commitc565b4496571dc7056f9fb6e179bd2f12a56da25
tree45935e6f3ca20aad4e6c6a40737791a835f5f07a
parent41f737e8f39001f02829851b5ee09df44b143221
Replace `ValidatePrototypeId` uses with `ProtoId` or `EntProtoId` (#38814)

* The easy ones

* For certain values of easy

* Easy test

* Hair

* Fix sandbox violations

* Sort usings
77 files changed:
Content.Client/Chemistry/EntitySystems/ChemistryGuideDataSystem.cs
Content.Client/Construction/UI/FlatpackCreatorMenu.xaml.cs
Content.Client/CriminalRecords/CriminalRecordsConsoleWindow.xaml.cs
Content.Client/Guidebook/Controls/GuideReagentReaction.xaml.cs
Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs
Content.Client/NetworkConfigurator/Systems/NetworkConfiguratorSystem.cs
Content.Client/Overlays/ShowJobIconsSystem.cs
Content.Client/Parallax/ParallaxSystem.cs
Content.Client/Power/Generation/Teg/TegSystem.cs
Content.Client/Silicons/Borgs/BorgSelectTypeMenu.xaml.cs
Content.Client/Silicons/Laws/Ui/LawDisplay.xaml.cs
Content.Client/UserInterface/RichText/MonoTag.cs
Content.Client/UserInterface/Systems/Chat/ChatUIController.cs
Content.Client/UserInterface/Systems/Info/InfoUIController.cs
Content.Client/Weapons/Ranged/Systems/GunSystem.cs
Content.IntegrationTests/Tests/Linter/StaticFieldValidationTest.cs
Content.Server/Administration/Systems/AdminVerbSystem.Antags.cs
Content.Server/Anomaly/AnomalySystem.cs
Content.Server/Body/Commands/AddHandCommand.cs
Content.Server/Cargo/Systems/CargoSystem.Bounty.cs
Content.Server/CartridgeLoader/Cartridges/CrewManifestCartridgeSystem.cs
Content.Server/Chat/Systems/ChatSystem.cs
Content.Server/Chemistry/EntitySystems/ChemMasterSystem.cs
Content.Server/Construction/Commands/TileWallsCommand.cs
Content.Server/Electrocution/ElectrocuteCommand.cs
Content.Server/Electrocution/ElectrocutionSystem.cs
Content.Server/Explosion/EntitySystems/ExplosionSystem.cs
Content.Server/Fluids/EntitySystems/PuddleSystem.cs
Content.Server/GameTicking/GameTicker.Spawning.cs
Content.Server/GameTicking/GameTicker.cs
Content.Server/GameTicking/Rules/NukeopsRuleSystem.cs
Content.Server/Kitchen/EntitySystems/MicrowaveSystem.cs
Content.Server/Mapping/MappingCommand.cs
Content.Server/Medical/BiomassReclaimer/BiomassReclaimerSystem.cs
Content.Server/Medical/VomitSystem.cs
Content.Server/Procedural/DungeonSystem.cs
Content.Server/Revenant/EntitySystems/RevenantSystem.cs
Content.Server/Salvage/SalvageSystem.Magnet.cs
Content.Server/Salvage/SpawnSalvageMissionJob.cs
Content.Server/Shuttles/Commands/FTLDiskCommand.cs
Content.Server/Shuttles/Systems/EmergencyShuttleSystem.Console.cs
Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs
Content.Server/Silicons/Borgs/BorgSystem.cs
Content.Server/Silicons/Laws/IonStormSystem.cs
Content.Server/Speech/EntitySystems/RatvarianLanguageSystem.cs
Content.Server/Speech/EntitySystems/SlurredSystem.cs
Content.Server/Spreader/KudzuSystem.cs
Content.Server/StoreDiscount/Systems/StoreDiscountSystem.cs
Content.Server/Temperature/Systems/TemperatureSystem.cs
Content.Server/Traitor/Uplink/UplinkSystem.cs
Content.Server/Xenoarchaeology/Artifact/XenoArtifactCommands.cs
Content.Shared/Chat/SharedChatSystem.cs
Content.Shared/Chat/TypingIndicator/SharedTypingIndicatorSystem.cs
Content.Shared/Doors/Systems/SharedDoorSystem.cs
Content.Shared/Drunk/DrunkSystem.cs
Content.Shared/Eye/Blinding/Systems/TemporaryBlindnessSystem.cs
Content.Shared/Fluids/Components/DrainComponent.cs
Content.Shared/GameTicking/SharedGameTicker.cs
Content.Shared/Gravity/SharedGravitySystem.cs
Content.Shared/Humanoid/HairStyles.cs
Content.Shared/Humanoid/HumanoidCharacterAppearance.cs
Content.Shared/Humanoid/SharedHumanoidAppearanceSystem.cs
Content.Shared/Inventory/InventorySystem.Equip.cs
Content.Shared/Inventory/VirtualItem/SharedVirtualItemSystem.cs
Content.Shared/Maps/ContentTileDefinition.cs
Content.Shared/Nutrition/EntitySystems/HungerSystem.cs
Content.Shared/Nutrition/EntitySystems/ThirstSystem.cs
Content.Shared/Players/PlayTimeTracking/PlayTimeTrackingShared.cs
Content.Shared/Preferences/HumanoidCharacterProfile.cs
Content.Shared/Salvage/Fulton/SharedFultonSystem.cs
Content.Shared/Salvage/SharedSalvageSystem.cs
Content.Shared/Silicons/Borgs/BorgTypePrototype.cs
Content.Shared/Silicons/Borgs/SharedBorgSwitchableTypeSystem.cs
Content.Shared/Silicons/StationAi/SharedStationAiSystem.cs
Content.Shared/Speech/EntitySystems/SharedStutteringSystem.cs
Content.Shared/SprayPainter/SharedSprayPainterSystem.cs
Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs