]> git.smokeofanarchy.ru Git - space-station-14.git/commit
ninja criminal records hacking (#24982)
authordeltanedas <39013340+deltanedas@users.noreply.github.com>
Thu, 9 May 2024 06:35:11 +0000 (06:35 +0000)
committerGitHub <noreply@github.com>
Thu, 9 May 2024 06:35:11 +0000 (23:35 -0700)
commit24ab5c098251254e69264bda2a45c7c639244a68
tree63c4a1742e9642b99459269d641fc2c6e9b8bf58
parentfe35188e2c7b3f7cf209aebf7f97c184e30ae8fb
ninja criminal records hacking (#24982)

* more humour

* spotted a troll

* add TryFindObjective to MindSystem

* replace copypaste bool conditions with CodeCondition

* use CodeConditionSystem in ninja + add handling for criminal hack

* add criminal records hacking

* update objectives

* :trollface:

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
20 files changed:
Content.Client/CriminalRecords/Systems/CriminalRecordsHackerSystem.cs [new file with mode: 0644]
Content.Server/CriminalRecords/Systems/CriminalRecordsHackerSystem.cs [new file with mode: 0644]
Content.Server/Ninja/Systems/NinjaGlovesSystem.cs
Content.Server/Ninja/Systems/SpaceNinjaSystem.cs
Content.Server/Ninja/Systems/SpiderChargeSystem.cs
Content.Server/Objectives/Components/CodeConditionSystem.cs [new file with mode: 0644]
Content.Server/Objectives/Components/SpiderChargeConditionComponent.cs
Content.Server/Objectives/Components/TerrorConditionComponent.cs [deleted file]
Content.Server/Objectives/Systems/CodeConditionSystem.cs [new file with mode: 0644]
Content.Server/Objectives/Systems/NinjaConditionsSystem.cs
Content.Shared/CriminalRecords/Components/CriminalRecordsHackerComponent.cs [new file with mode: 0644]
Content.Shared/CriminalRecords/Systems/SharedCriminalRecordsHackerSystem.cs [new file with mode: 0644]
Content.Shared/Mind/SharedMindSystem.cs
Content.Shared/Ninja/Components/SpaceNinjaComponent.cs
Content.Shared/Ninja/Systems/SharedNinjaGlovesSystem.cs
Resources/Locale/en-US/ninja/ninja-actions.ftl
Resources/Prototypes/Datasets/criminal_records.yml
Resources/Prototypes/GameRules/midround.yml
Resources/Prototypes/Objectives/base_objectives.yml
Resources/Prototypes/Objectives/ninja.yml