Make the panic bunker UI send cvar updates on focus exit, add erase verb tooltip message (#20987)

This commit is contained in:
DrSmugleaf
2023-10-14 02:28:08 -07:00
committed by GitHub
parent 5be0df32ad
commit f02a54497d
4 changed files with 44 additions and 10 deletions

View File

@@ -146,6 +146,7 @@ namespace Content.Server.Administration.Systems
args.Verbs.Add(new Verb
{
Text = Loc.GetString("admin-verbs-erase"),
Message = Loc.GetString("admin-verbs-erase-description"),
Category = VerbCategory.Admin,
Icon = new SpriteSpecifier.Texture(new("/Textures/Interface/VerbIcons/delete_transparent.svg.192dpi.png")),
Act = () =>