]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Disable SSD indicator for NPC (#20027)
authorMorb <14136326+Morb0@users.noreply.github.com>
Fri, 15 Sep 2023 02:15:26 +0000 (05:15 +0300)
committerGitHub <noreply@github.com>
Fri, 15 Sep 2023 02:15:26 +0000 (22:15 -0400)
commit8bcab77bc45e68e4f826b48fda7cacd98afb8e23
treecb91fe47a9652ce5ceac3f7ddae71d252c13f859
parent4e883d90b1daadfed5fbe06fc4e02c909e51c241
Disable SSD indicator for NPC (#20027)

* Make ActiveNPCComponent shared

* Check if entity have ActiveNPC component

* Make networked

* Fix path

* fix
Content.Server/NPC/HTN/HTNSystem.cs
Content.Server/NPC/Systems/NPCCombatSystem.Melee.cs
Content.Server/NPC/Systems/NPCSteeringSystem.cs
Content.Server/NPC/Systems/NPCSystem.cs
Content.Shared/NPC/ActiveNPCComponent.cs [moved from Content.Server/NPC/Components/ActiveNPCComponent.cs with 58% similarity]
Content.Shared/SSDIndicator/SSDIndicatorComponent.cs
Content.Shared/SSDIndicator/SSDIndicatorSystem.cs