]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Hardbombs & Defusables (#15380)
authoreclips_e <67359748+Just-a-Unity-Dev@users.noreply.github.com>
Tue, 12 Sep 2023 01:42:38 +0000 (09:42 +0800)
committerGitHub <noreply@github.com>
Tue, 12 Sep 2023 01:42:38 +0000 (18:42 -0700)
commit133ca986553fd0c3ffbc24ea62513f8aa4087cae
tree64eb54abd71af6cec44e08be1069e827492f9a92
parent75bf7bc6e85615a6a76a6dbdb188fc9ce191b0fe
Hardbombs & Defusables (#15380)

Co-authored-by: Kara <lunarautomaton6@gmail.com>
Co-authored-by: Just-a-Unity-Dev <just-a-unity-dev@users.noreply.github.com>
Co-authored-by: LankLTE <twlowe06@gmail.com>
Co-authored-by: LankLTE <135308300+LankLTE@users.noreply.github.com>
31 files changed:
Content.Server/Defusable/Components/DefusableComponent.cs [new file with mode: 0644]
Content.Server/Defusable/Systems/DefusableSystem.cs [new file with mode: 0644]
Content.Server/Defusable/WireActions/ActivateWireAction.cs [new file with mode: 0644]
Content.Server/Defusable/WireActions/BoltWireAction.cs [new file with mode: 0644]
Content.Server/Defusable/WireActions/BoomWireAction.cs [new file with mode: 0644]
Content.Server/Defusable/WireActions/DelayWireAction.cs [new file with mode: 0644]
Content.Server/Defusable/WireActions/ProceedWireAction.cs [new file with mode: 0644]
Content.Server/Explosion/EntitySystems/TriggerSystem.cs
Content.Shared/Defusable/SharedDefusableSystem.cs [new file with mode: 0644]
Resources/Locale/en-US/defusable/examine.ftl [new file with mode: 0644]
Resources/Locale/en-US/defusable/popup.ftl [new file with mode: 0644]
Resources/Locale/en-US/defusable/verb.ftl [new file with mode: 0644]
Resources/Locale/en-US/guidebook/guides.ftl
Resources/Locale/en-US/store/uplink-catalog.ftl
Resources/Locale/en-US/wires/wire-names.ftl
Resources/Prototypes/Catalog/uplink_catalog.yml
Resources/Prototypes/Entities/Structures/Machines/bombs.yml [new file with mode: 0644]
Resources/Prototypes/Guidebook/security.yml
Resources/Prototypes/Wires/layouts.yml
Resources/Prototypes/explosion.yml
Resources/ServerInfo/Guidebook/Security/Defusal.xml [new file with mode: 0644]
Resources/Textures/Structures/Machines/bomb.rsi/base-bomb-active.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/bomb.rsi/base-bomb-wires.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/bomb.rsi/base-bomb.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/bomb.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Structures/Machines/bomb.rsi/syndicate-bomb-active.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/bomb.rsi/syndicate-bomb-wires.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/bomb.rsi/syndicate-bomb.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/bomb.rsi/training-bomb-active.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/bomb.rsi/training-bomb-wires.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/bomb.rsi/training-bomb.png [new file with mode: 0644]