Files
tbd-station-14/Content.Shared/Explosion/EntitySystems/SharedRepulseAttractOnTriggerSystem.cs
Thinbug ce080276db Push horn (#36009)
* Empty commit

* epic super duper cool fr push horn draft

* whoops turns out theres a system that does that thingi already x.x

* bunch of like fixis and generalization

* general progress

* most stuffies done

* last thingi hopefully

* small fixies, mostly preventing bypassing the delay by spamming

* rename to fit better

* rename for real i forgor to add

* weird fixie but last commit didn workie

* oki shold be fine now

* lastish cleanup

* fixies

* missed a space

* removed unnecessary component check

* getting the typos out of the way first

* moved the component to shared

* rest of fixies
2025-04-29 09:07:57 -04:00

4 lines
125 B
C#

namespace Content.Shared.Explosion.EntitySystems;
public abstract class SharedRepulseAttractOnTriggerSystem : EntitySystem;