]> git.smokeofanarchy.ru Git - space-station-14.git/commit
EasyPry airlocks for arrivals. Now also prying refactor I guess (#19394)
authornikthechampiongr <32041239+nikthechampiongr@users.noreply.github.com>
Thu, 28 Sep 2023 11:34:21 +0000 (11:34 +0000)
committerGitHub <noreply@github.com>
Thu, 28 Sep 2023 11:34:21 +0000 (21:34 +1000)
commit5ff79120e6939bc6cade91761c8cf9e6bb11fa32
tree4f4ae30a42fb79b4b882f453b33511d64af92bd7
parentcbeba20ebbbc159383e72c8bad2c3e557fb04eb8
EasyPry airlocks for arrivals. Now also prying refactor I guess (#19394)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
24 files changed:
Content.Client/Doors/AirlockSystem.cs
Content.Server/Doors/Systems/AirlockSystem.cs
Content.Server/Doors/Systems/DoorSystem.cs
Content.Server/Doors/Systems/FirelockSystem.cs
Content.Server/NPC/Systems/NPCSteeringSystem.Obstacles.cs
Content.Server/NPC/Systems/NPCSteeringSystem.cs
Content.Server/Zombies/ZombieSystem.Transform.cs
Content.Shared/Doors/Components/DoorComponent.cs
Content.Shared/Doors/DoorEvents.cs
Content.Shared/Doors/Systems/SharedDoorBoltSystem.cs
Content.Shared/Doors/Systems/SharedDoorSystem.cs
Content.Shared/Prying/Components/PryUnpoweredComponent.cs [new file with mode: 0644]
Content.Shared/Prying/Components/PryingComponent.cs [new file with mode: 0644]
Content.Shared/Prying/Systems/PryingSystem.cs [new file with mode: 0644]
Content.Shared/Tools/Systems/SharedToolSystem.MultipleTool.cs
Resources/Prototypes/Entities/Debugging/spanisharmyknife.yml
Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml
Resources/Prototypes/Entities/Objects/Tools/cowtools.yml
Resources/Prototypes/Entities/Objects/Tools/jaws_of_life.yml
Resources/Prototypes/Entities/Objects/Tools/tools.yml
Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml
Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml
Resources/Prototypes/Entities/Objects/Weapons/Melee/mining.yml
Resources/Prototypes/Entities/Structures/Doors/Airlocks/easy_pry.yml [new file with mode: 0644]