Sounds for stun baton

This commit is contained in:
zumorica
2020-05-14 16:13:25 +02:00
parent a22c1cb196
commit a8275b4fae
10 changed files with 30 additions and 21 deletions

View File

@@ -49,13 +49,6 @@ namespace Content.Server.GameObjects.Components.Mobs
[ViewVariables] public float KnockdownCap => _knockdownCap;
[ViewVariables] public float SlowdownCap => _slowdownCap;
public override void Initialize()
{
base.Initialize();
Timer.Spawn(1000, () => Slowdown(20f));
}
public override void ExposeData(ObjectSerializer serializer)
{
base.ExposeData(serializer);