]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Extracts magic strings from Tag calls (#36305)
authorJ <billsmith116@gmail.com>
Sat, 5 Apr 2025 00:20:19 +0000 (00:20 +0000)
committerGitHub <noreply@github.com>
Sat, 5 Apr 2025 00:20:19 +0000 (20:20 -0400)
commitaf9526197a86b562bfee763eb7e68e169d64fc25
tree420f15d77b3443c2ed0abfa55b592ca6332c3ebf
parente58ab56e428580606c5d86ad64c541accda25f13
Extracts magic strings from Tag calls (#36305)

* Extracts magic strings from Tag calls

When #36281 gets merged, the `TagSystem` methods will all give warnings. Let's fix those warnings before they even happen!

* Adds missing libraries

* Remove not yet implemented TagSystem changes

* Fix tag spelling error

Genuinely surprised there was only 1!

* Styling and proper type changes

* Styling

Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
---------

Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
36 files changed:
Content.Client/Verbs/VerbSystem.cs
Content.IntegrationTests/Tests/Commands/SuicideCommandTests.cs
Content.Server/Botany/Systems/PlantHolderSystem.cs
Content.Server/Chat/SuicideSystem.cs
Content.Server/Chemistry/EntitySystems/SolutionInjectOnEventSystem.cs
Content.Server/Construction/Commands/FixRotationsCommand.cs
Content.Server/Electrocution/ElectrocutionSystem.cs
Content.Server/Flash/FlashSystem.cs
Content.Server/Forensics/Systems/ForensicScannerSystem.cs
Content.Server/GameTicking/Rules/SurvivorRuleSystem.cs
Content.Server/Ghost/GhostSystem.cs
Content.Server/Kitchen/EntitySystems/MicrowaveSystem.cs
Content.Server/Light/EntitySystems/ExpendableLightSystem.cs
Content.Server/Magic/MagicSystem.cs
Content.Server/MagicMirror/MagicMirrorSystem.cs
Content.Server/Nutrition/EntitySystems/TrashOnSolutionEmptySystem.cs
Content.Server/Payload/EntitySystems/PayloadSystem.cs
Content.Server/Procedural/DungeonJob/DungeonJob.PostGen.cs
Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs
Content.Server/Shuttles/Systems/ShuttleConsoleSystem.cs
Content.Server/Singularity/EntitySystems/EventHorizonSystem.cs
Content.Server/Tools/Innate/InnateToolSystem.cs
Content.Server/Zombies/ZombieSystem.Transform.cs
Content.Shared/Clothing/EntitySystems/SharedChameleonClothingSystem.cs
Content.Shared/Construction/Conditions/NoWindowsInTile.cs
Content.Shared/Construction/Conditions/WallmountCondition.cs
Content.Shared/Delivery/SharedDeliverySystem.cs
Content.Shared/DoAfter/SharedDoAfterSystem.cs
Content.Shared/Follower/FollowerSystem.cs
Content.Shared/Hands/EntitySystems/SharedHandsSystem.Drop.cs
Content.Shared/Implants/SharedSubdermalImplantSystem.cs
Content.Shared/Interaction/SharedInteractionSystem.cs
Content.Shared/Magic/SharedMagicSystem.cs
Content.Shared/Movement/Systems/SharedMoverController.cs
Content.Shared/Paper/PaperSystem.cs
Content.Shared/RCD/Systems/RCDSystem.cs