Remove ranged injection/feeding (#9841)

This commit is contained in:
Rane
2022-07-17 18:25:41 -04:00
committed by GitHub
parent 2419950751
commit 5ad725dce9
4 changed files with 0 additions and 56 deletions

View File

@@ -236,9 +236,6 @@ namespace Content.Server.PneumaticCannon
_throwingSystem.TryThrow(ent, data.Direction, data.Strength, data.User, GetPushbackRatioFromPower(comp.Power));
// lasagna, anybody?
ent.EnsureComponent<ForcefeedOnCollideComponent>();
if(EntityManager.TryGetComponent<StatusEffectsComponent?>(data.User, out var status)
&& comp.Power == PneumaticCannonPower.High)
{