Visual popup addendum (#9570)
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Content.Server.Atmos.Piping.EntitySystems
|
||||
{
|
||||
args.Delay += 1.5f;
|
||||
_popupSystem.PopupCursor(Loc.GetString("comp-atmos-unsafe-unanchor-warning"),
|
||||
Filter.Entities(args.User), PopupType.Large);
|
||||
Filter.Entities(args.User), PopupType.MediumCaution);
|
||||
return; // Show the warning only once.
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user