Add recipient to air gush message and change pop-up type (#13262)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user