]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Move mind role components to shared (#39606)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Wed, 13 Aug 2025 10:51:46 +0000 (12:51 +0200)
committerGitHub <noreply@github.com>
Wed, 13 Aug 2025 10:51:46 +0000 (12:51 +0200)
commit2743dcf67f027a9f452d16b4a63dc0be7edba49b
tree3d82e460003f8855318b5d6773ce23ecdba42469
parent1f4dfcdcf94dc327b5de2d016dba2fe18c3acbe2
Move mind role components to shared (#39606)
66 files changed:
Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs
Content.IntegrationTests/Tests/Minds/MindTests.cs
Content.IntegrationTests/Tests/Minds/RoleTests.cs
Content.Server/Administration/Systems/AdminSystem.cs
Content.Server/GameTicking/GameTicker.RoundFlow.cs
Content.Server/GameTicking/Rules/ChangelingRuleSystem.cs [deleted file]
Content.Server/GameTicking/Rules/DragonRuleSystem.cs
Content.Server/GameTicking/Rules/NukeopsRuleSystem.cs
Content.Server/GameTicking/Rules/RevolutionaryRuleSystem.cs
Content.Server/GameTicking/Rules/SurvivorRuleSystem.cs
Content.Server/GameTicking/Rules/ThiefRuleSystem.cs
Content.Server/GameTicking/Rules/TraitorRuleSystem.cs
Content.Server/GameTicking/Rules/ZombieRuleSystem.cs
Content.Server/Ghost/ObserverRoleComponent.cs [deleted file]
Content.Server/Ghost/Roles/GhostRoleMarkerRoleComponent.cs [deleted file]
Content.Server/Ghost/Roles/GhostRoleSystem.cs
Content.Server/Mindshield/MindShieldSystem.cs
Content.Server/Ninja/Systems/SpiderChargeSystem.cs
Content.Server/Objectives/Systems/NinjaConditionsSystem.cs
Content.Server/Roles/DragonRoleComponent.cs [deleted file]
Content.Server/Roles/InitialInfectedRoleComponent.cs [deleted file]
Content.Server/Roles/NinjaRoleComponent.cs [deleted file]
Content.Server/Roles/NukeopsRoleComponent.cs [deleted file]
Content.Server/Roles/ParadoxCloneRoleComponent.cs [deleted file]
Content.Server/Roles/ParadoxCloneRoleSystem.cs
Content.Server/Roles/RemoveRoleCommand.cs
Content.Server/Roles/RevolutionaryRoleComponent.cs [deleted file]
Content.Server/Roles/RoleBriefingComponent.cs [deleted file]
Content.Server/Roles/RoleBriefingSystem.cs
Content.Server/Roles/SubvertedSiliconRoleComponent.cs [deleted file]
Content.Server/Roles/SurvivorRoleComponent.cs [deleted file]
Content.Server/Roles/ThiefRoleComponent.cs [deleted file]
Content.Server/Roles/TraitorRoleComponent.cs [deleted file]
Content.Server/Roles/WizardRoleComponent.cs [deleted file]
Content.Server/Roles/ZombieRoleComponent.cs [deleted file]
Content.Server/Silicons/Borgs/BorgSystem.MMI.cs
Content.Server/Silicons/Laws/SiliconLawSystem.cs
Content.Server/Thief/Systems/ThiefBeaconSystem.cs
Content.Server/Zombies/ZombieSystem.cs
Content.Shared/Changeling/ChangelingRoleComponent.cs [deleted file]
Content.Shared/EntityEffects/EffectConditions/JobCondition.cs
Content.Shared/Roles/Components/ChangelingRoleComponent.cs [new file with mode: 0644]
Content.Shared/Roles/Components/DragonRoleComponent.cs [new file with mode: 0644]
Content.Shared/Roles/Components/GhostRoleMarkerRoleComponent.cs [new file with mode: 0644]
Content.Shared/Roles/Components/InitialInfectedRoleComponent.cs [new file with mode: 0644]
Content.Shared/Roles/Components/JobRoleComponent.cs [moved from Content.Shared/Roles/Jobs/JobRoleComponent.cs with 59% similarity]
Content.Shared/Roles/Components/MindRoleComponent.cs [moved from Content.Shared/Roles/MindRoleComponent.cs with 52% similarity]
Content.Shared/Roles/Components/NinjaRoleComponent.cs [new file with mode: 0644]
Content.Shared/Roles/Components/NukeopsRoleComponent.cs [new file with mode: 0644]
Content.Shared/Roles/Components/ObserverRoleComponent.cs [new file with mode: 0644]
Content.Shared/Roles/Components/ParadoxCloneRoleComponent.cs [new file with mode: 0644]
Content.Shared/Roles/Components/RevolutionaryRoleComponent.cs [new file with mode: 0644]
Content.Shared/Roles/Components/RoleBriefingComponent.cs [new file with mode: 0644]
Content.Shared/Roles/Components/SiliconBrainRoleComponent.cs [new file with mode: 0644]
Content.Shared/Roles/Components/StartingMindRoleComponent.cs [moved from Content.Shared/Roles/StartingMindRoleComponent.cs with 84% similarity]
Content.Shared/Roles/Components/SubvertedSiliconRoleComponent.cs [new file with mode: 0644]
Content.Shared/Roles/Components/SurvivorRoleComponent.cs [new file with mode: 0644]
Content.Shared/Roles/Components/ThiefRoleComponent.cs [new file with mode: 0644]
Content.Shared/Roles/Components/TraitorRoleComponent.cs [new file with mode: 0644]
Content.Shared/Roles/Components/WizardRoleComponent.cs [new file with mode: 0644]
Content.Shared/Roles/Components/ZombieRoleComponent.cs [new file with mode: 0644]
Content.Shared/Roles/Jobs/SharedJobSystem.cs
Content.Shared/Roles/SharedRoleSystem.cs
Content.Shared/Roles/SiliconBrainRoleComponent.cs [deleted file]
Resources/Locale/en-US/ghost/observer-role.ftl [deleted file]
Resources/Prototypes/Roles/MindRoles/mind_roles.yml