]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add tether gun (#16430)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Thu, 18 May 2023 01:36:06 +0000 (11:36 +1000)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 01:36:06 +0000 (11:36 +1000)
commit775258be5226e879321be60458f6f94125e252d1
treea16fc5d20a35c5646e87a3867e2dd0fbd63325ca
parentb3867646399f231cbbceab6aab4c743f262a89d6
Add tether gun (#16430)
28 files changed:
Content.Client/Weapons/Misc/TetherGunOverlay.cs [new file with mode: 0644]
Content.Client/Weapons/Misc/TetherGunSystem.cs [new file with mode: 0644]
Content.Client/Weapons/Ranged/Systems/TetherGunSystem.cs [deleted file]
Content.Server/PowerCell/PowerCellSystem.cs
Content.Server/Weapons/Misc/TetherGunSystem.cs [new file with mode: 0644]
Content.Server/Weapons/Ranged/Systems/TetherGunSystem.cs [deleted file]
Content.Server/Weapons/TetherGunCommand.cs [deleted file]
Content.Shared/Buckle/Components/BuckleComponent.cs
Content.Shared/Weapons/Misc/SharedTetherGunSystem.cs [new file with mode: 0644]
Content.Shared/Weapons/Misc/TetherGunComponent.cs [new file with mode: 0644]
Content.Shared/Weapons/Misc/TetheredComponent.cs [new file with mode: 0644]
Content.Shared/Weapons/Ranged/Systems/SharedTetherGunSystem.cs [deleted file]
Resources/Audio/Weapons/attributions.yml
Resources/Audio/Weapons/licenses.txt
Resources/Audio/Weapons/weoweo.ogg [new file with mode: 0644]
Resources/Locale/en-US/research/technologies.ftl
Resources/Prototypes/Entities/Objects/Fun/pai.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml
Resources/Prototypes/Entities/Objects/base_item.yml
Resources/Prototypes/Entities/Virtual/tether.yml
Resources/Prototypes/Research/experimental.yml
Resources/Textures/Objects/Weapons/Guns/Launchers/tether_gun.rsi/base-unshaded.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Launchers/tether_gun.rsi/base.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Launchers/tether_gun.rsi/inhand-left-unshaded.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Launchers/tether_gun.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Launchers/tether_gun.rsi/inhand-right-unshaded.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Launchers/tether_gun.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Launchers/tether_gun.rsi/meta.json [new file with mode: 0644]