Adds Administration verb category and AHelp verb. (#5773)

* Adds Administration verb category and AHelp verb.
For more convenient adminin'.

* abbreviate verb category to Admin

* Add explosion verb to admin category
This commit is contained in:
Vera Aguilera Puerto
2021-12-14 01:19:34 +01:00
committed by GitHub
parent e3e1291e54
commit 4de2896f58
4 changed files with 47 additions and 19 deletions

View File

@@ -31,6 +31,9 @@ namespace Content.Shared.Verbs
IconsOnly = iconsOnly;
}
public static readonly VerbCategory Admin =
new("verb-categories-admin", "/Textures/Interface/character.svg.192dpi.png");
public static readonly VerbCategory Debug =
new("verb-categories-debug", "/Textures/Interface/VerbIcons/debug.svg.192dpi.png");