Fix tippy speech time (#36616)

This commit is contained in:
metalgearsloth
2025-04-16 22:23:40 +10:00
committed by GitHub
parent de33ed7f02
commit a436032963
2 changed files with 21 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ public sealed class TippyEvent : EntityEventArgs
public string Msg;
public string? Proto;
// TODO: Why are these defaults even here, have the caller specify. This get overriden only most of the time.
public float SpeakTime = 5;
public float SlideTime = 3;
public float WaddleInterval = 0.5f;