]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Make energy sword reflect projectiles and hitscan shots (#14029)
authorSlava0135 <40753025+Slava0135@users.noreply.github.com>
Sun, 2 Apr 2023 13:48:32 +0000 (16:48 +0300)
committerGitHub <noreply@github.com>
Sun, 2 Apr 2023 13:48:32 +0000 (23:48 +1000)
commit64122893349f2d8b505995e147364ece14c28c47
tree004680a81a1da75465372fbbd98750290bebc6c9
parentb8014bc8af0314bd32f27ec9b8aead927cc88638
Make energy sword reflect projectiles and hitscan shots (#14029)
16 files changed:
Content.Client/Weapons/Reflect/ReflectSystem.cs [new file with mode: 0644]
Content.Server/Projectiles/ProjectileSystem.cs [new file with mode: 0644]
Content.Server/Projectiles/SharedProjectileSystem.cs [deleted file]
Content.Server/Weapons/Melee/EnergySword/Components/EnergySwordComponent.cs [deleted file]
Content.Server/Weapons/Melee/EnergySword/EnergySwordComponent.cs [new file with mode: 0644]
Content.Server/Weapons/Melee/EnergySword/EnergySwordSystem.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.cs
Content.Server/Weapons/Reflect/ReflectSystem.cs [new file with mode: 0644]
Content.Shared/Projectiles/SharedProjectileSystem.cs
Content.Shared/Weapons/Ranged/Events/HitScanReflectAttempt.cs [new file with mode: 0644]
Content.Shared/Weapons/Reflect/ReflectComponent.cs [new file with mode: 0644]
Content.Shared/Weapons/Reflect/SharedReflectSystem.cs [new file with mode: 0644]
Resources/Locale/en-US/store/uplink-catalog.ftl
Resources/Locale/en-US/weapons/reflect/reflect-component.ftl [new file with mode: 0644]
Resources/Prototypes/Catalog/uplink_catalog.yml
Resources/Prototypes/Entities/Objects/Weapons/Melee/e_sword.yml