]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Cleanup Objective files, add PickSpecificPersonComponent (#35802)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Thu, 13 Mar 2025 00:41:50 +0000 (01:41 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Mar 2025 00:41:50 +0000 (01:41 +0100)
commit48a4aa39292e8a6b0ca461396e75e0227367e941
treebc1bce95339376777b888abac00a3a0c1dafc34c
parent3f8be60a8d2826eda5be76f909425b0ca8bef01e
Cleanup Objective files, add PickSpecificPersonComponent (#35802)

* cleanup objectives

* remove unrelated access restriction

* review
Content.Server/Objectives/Components/PickRandomHeadComponent.cs
Content.Server/Objectives/Components/PickRandomPersonComponent.cs
Content.Server/Objectives/Components/PickSpecificPersonComponent.cs [new file with mode: 0644]
Content.Server/Objectives/Components/RandomTraitorAliveComponent.cs
Content.Server/Objectives/Components/RandomTraitorProgressComponent.cs
Content.Server/Objectives/Components/TargetOverrideComponent.cs [new file with mode: 0644]
Content.Server/Objectives/Systems/HelpProgressConditionSystem.cs
Content.Server/Objectives/Systems/KeepAliveCondition.cs
Content.Server/Objectives/Systems/KillPersonConditionSystem.cs
Content.Server/Objectives/Systems/PickObjectiveTargetSystem.cs [new file with mode: 0644]