Add recipient to air gush message and change pop-up type (#13262)

This commit is contained in:
Theomund
2023-01-01 14:42:21 -05:00
committed by GitHub
parent 1edd00e50c
commit d638ad421a
3 changed files with 10 additions and 3 deletions

View File

@@ -68,7 +68,13 @@ namespace Content.Shared.Doors
/// </summary>
public sealed class DoorGetPryTimeModifierEvent : EntityEventArgs
{
public readonly EntityUid User;
public float PryTimeModifier = 1.0f;
public DoorGetPryTimeModifierEvent(EntityUid user)
{
User = user;
}
}
/// <summary>