]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Make projectiles not hit crit mobs unless clicked on (#27905)
authorDrSmugleaf <10968691+DrSmugleaf@users.noreply.github.com>
Sat, 11 May 2024 15:42:11 +0000 (08:42 -0700)
committerGitHub <noreply@github.com>
Sat, 11 May 2024 15:42:11 +0000 (11:42 -0400)
commit8b88fe4bb7a75856f724aadfa0dd2482ff2454cc
tree5242dda59ded0870a15a8ba595ed7c1158bcf342
parent1698e1cfab6ab1bdb7de00ba9e1c6f1bc8f4563f
Make projectiles not hit crit mobs unless clicked on (#27905)
Content.Client/Weapons/Ranged/Systems/GunSystem.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.cs
Content.Shared/Mobs/Systems/MobStateSystem.Subscribers.cs
Content.Shared/Weapons/Ranged/Components/GunComponent.cs
Content.Shared/Weapons/Ranged/Components/TargetedProjectileComponent.cs [new file with mode: 0644]
Content.Shared/Weapons/Ranged/Events/RequestShootEvent.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs